This file is indexed.

/usr/share/xul-ext/adblock-plus-element-hiding-helper/chrome/content/overlay.xul is in xul-ext-adblock-plus-element-hiding-helper 1.2.2-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
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>

<!-- This Source Code is subject to the terms of the Mozilla Public License
	 - version 2.0 (the "License"). You can obtain a copy of the License at
	 - http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE overlay SYSTEM "chrome://elemhidehelper/locale/overlay.dtd">

<popupset id="ehh-popupset"
		xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
		xmlns:html="http://www.w3.org/1999/xhtml">
	<tooltip id="ehh-helpbox" noautohide="true" orient="vertical">
		<description id="ehh-helpbox-title" value="&helpbox.title;"/>

		<grid flex="1">
			<columns>
				<column/>
				<column flex="1"/>
			</columns>
			<rows id="ehh-helpbox-rows"/>
		</grid>
	</tooltip>
	<tooltip id="ehh-commandlabel" noautohide="true">
		<hbox align="center">
			<description id="ehh-commandlabel-key"/>
			<description id="ehh-commandlabel-alternativeKey"/>
			<description id="ehh-commandlabel-label"/>
		</hbox>
	</tooltip>
	<tooltip id="ehh-viewsource" noautohide="true" orient="vertical"/>
	<tooltip id="ehh-elementmarker">
		<html:div>
			<html:div class="border"/>
			<html:div class="label"><html:span class="labelTag"/><html:span class="labelAddition"/></html:div>
		</html:div>
	</tooltip>
</popupset>