This file is indexed.

/usr/share/xul-ext/tbdialout/content/passwarn.xul is in xul-ext-tbdialout 1.7.2-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
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://tbdialout/locale/tbdialout.dtd">
<window id="tbdoPassWarnWnd" title="&tbdialoutButtonMenuHome.label;"
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="tbdialoutPassWarn.onPassWarnLoad();">
  <script src="passwarn.js"/>
  <stringbundleset id="stringbundleset">
    <stringbundle id="tbdialout-strings" src="chrome://tbdialout/locale/tbdialout.properties"/>
  </stringbundleset>
  <!-- Initialise iframe with loading.xul to give some feedback to user whilst contact is made with remote site -->
  <iframe type="content" id="tbdoPassWarnBrowser" src="chrome://tbdialout/content/loading.xul" flex="1"/>
</window>