This file is indexed.

/usr/share/gerbera/web/topleft.html is in gerbera 1.1.0+dfsg-2.

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
11
12
13
14
15
16
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
        "http://www.w3.org/TR/html4/frameset.dtd">
<!-- This file is part of Gerbera, based on MediaTomb. GPLv2 Applies, see LICENCE.md -->
<html>
    <head>
        <title>MEDIATOMB</title>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <link rel="StyleSheet" href="main.css" type="text/css">
    </head>
<body>
    <div id="db_fs_selector" style="display:none;">
        <a id="type_db" href="javascript:parent.setType('db');">Database</a>
        &nbsp;|&nbsp;
        <a id="type_fs" href="javascript:parent.setType('fs');">Filesystem</a>
    </div>
</body>
</html>