This file is indexed.

/usr/share/icingaweb2/doc/accessibility/ifont.html is in icingaweb2 2.4.1-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
10
11
12
13
14
15
16
17
18
<!doctype html>
<html class="no-js" lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Accessibility: Icon Fonts</title>
    <meta name="description" content="Accessible icon fonts">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style type="text/css">
        .icon-star:before {
            content: "★";
        }
    </style>
</head>
<body>
    <i role="img" class="icon-star" aria-label="Top rated article" title="Top rated article"></i>
</body>
</html>