This file is indexed.

/usr/share/xul-ext/self-destructing-cookies/data/widget.html is in xul-ext-self-destructing-cookies 0.4.12-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
19
20
21
22
23
24
25
26
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<html>
    <head>
        <title>Self-Destructing Cookies</title>
        <style type="text/css" media="all">
          img {
            vertical-align: middle;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: height 1s ease-in-out, transform 1s ease-in-out;
          }
          .flash {
            height: 10%;
            transform: rotate(360deg);
          }
        </style>
    </head>
    <body>
      <img id="icon" src="toolbar-w.png"/>
    </body>
</html>