This file is indexed.

/usr/share/libkgeomap/backend-osm.html is in libkf5kgeomap-data 17.12.3-0ubuntu1.

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
10
<html>
<head>
<script type="text/javascript" src="OpenLayers.js"></script>
<script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script>
<script type="text/javascript" src="backend-osm-js.js"></script>
</head>
<body onload="initialize()" style="padding: 0px; margin: 0px;">
   <div id="map_canvas" style="width:100%; height:400px;"></div>
</body>
</html>