/usr/share/xul-ext/tbdialout/content/passwarn.js 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 | var tbdialoutPassWarn = {
onPassWarnLoad: function() {
this.strings = document.getElementById("tbdialout-strings");
document.title = this.strings.getString("warningDefaultTitle");
document.getElementById("tbdoPassWarnBrowser").setAttribute('src', "http://www.oak-wood.co.uk/oss/tbdialout/passwordwarning");
},
}
|