This file is indexed.

/usr/share/xul-ext/automatic-save-folder/content/overlay_unknownContentType.xul is in xul-ext-automatic-save-folder 1.0.4-3.

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
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!-- ***** BEGIN LICENSE BLOCK *****
	Copyright 2007-2011 Éric Cassar (Cyan)

    This file is part of "Automatic Save Folder".
    You may find the license in the LICENSE file

    ***** END LICENSE BLOCK ***** -->
<?xml-stylesheet href="chrome://asf/skin/overlay.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://asf/locale/asf.dtd">
<overlay id="asf-overlay-download" 
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<script type="application/x-javascript" src="chrome://asf/content/asf_download.js" />

<vbox id="container"> 
	<groupbox id="asf_dloptions" style="visibility: collapse;" flex="1">
	<caption label="Automatic Save Folder" onclick="automatic_save_folder.toggle_dloptionsContent();"/>
	<vbox id="asf_dloptions_content" style="visibility: visible;" >
		<radiogroup id="asf_radio_savepath" align="left">
				<vbox id="asf_savefolder">
					<radio id="asf_savefolder_0" value="0" width="280" crop="center" label="folder" class="small-indent" oncommand="automatic_save_folder.asf_toggle_savepath(this)"/>
				</vbox>
				<radio id="asf_lastpath" value="97" width="280" crop="center" label="folder" class="small-indent" oncommand="automatic_save_folder.asf_toggle_savepath(this)"/>
				<radio id="asf_currentURI_lastpath" value="98" width="280" crop="center" label="folder" class="small-indent" oncommand="automatic_save_folder.asf_toggle_savepath(this)"/>
				<vbox id="asf_radiogroup_pathselect" style="visibility: collapse;">
					<radio id="asf_pathselect" value="99" width="280" crop="center" label="&asf.pathselect.label;" class="small-indent" oncommand="automatic_save_folder.asf_toggle_savepath(this)"/>
					<hbox>
						<description value="       "/><menulist id="asf_folder_list" width="280">
						</menulist>
					</hbox>
				</vbox>
		</radiogroup>
		<separator class="thin"/>
		<hbox>
			<image src="chrome://asf/skin/add.png" onclick="window.openDialog('chrome://asf/content/options.xul','asf_option','chrome, centerscreen, resizable=yes, dialog=no, modal=yes');" />
			<description onclick="window.openDialog('chrome://asf/content/options.xul','asf_option','chrome, centerscreen, resizable=yes, dialog=no, modal=yes');">&asf.addedit.label;</description>
		</hbox>	
	</vbox>

	</groupbox>
</vbox>	
</overlay>