This file is indexed.

/usr/share/games/flightgear/Phi/topics/Environment/Weather/METAR.html is in flightgear-phi 2016.4.2+dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
<div id="weather-scenarios" data-bind="foreach: scenarios">
    <h3 data-bind="text: name"></h3>
    <p>
        <button data-bind="button: { }, click: $parent.selectScenario ">Select</button><br /> 
        <span data-bind="text: description"></span><br /> 
        <span style="font-weight: bold">METAR: </span> 
        <span style="font-style: italic" data-bind="text: metar"></span>
    </p>
</div>