This file is indexed.

/usr/share/libkgeomap/backend-googlemaps.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
<html>
<head>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="backend-googlemaps-js.js"></script>
</head>
<body onload="kgeomapInitialize()" style="padding: 0px; margin: 0px;">
    <div id="map_canvas" style="width:100%; height:400px;"></div>
</body>
</html>