<SCRIPT LANGUAGE=JavaScript>self.alert('Bla-bla-bla.');self.history.back();</SCRIPT>
They would be:
self.alert and self.history.back
Or where can I find the source code of noscript and edit it

Thanks
Code: Select all
alert = history.back = function() {}
Code: Select all
capability.policy.policynames
Code: Select all
constrained
Code: Select all
capability.policy.constrained.sites
Code: Select all
http://www.example.org
Code: Select all
capability.policy.constrained.Window.alert
Code: Select all
noAccess
Code: Select all
capability.policy.constrained.Window.history.back
Code: Select all
noAccess
Went to about:config created a new string and everything, but when I try to search for this string I created it's like is not there, I want to try it manually but can't find user.js :/dhouwn wrote:Alternatively you could use config policies in this case:
→ http://www.mozilla.org/projects/securit ... olicy.html
Code: Select all
capability.policy.policynames
Code: Select all
constrained
Code: Select all
capability.policy.constrained.sites
Code: Select all
http://www.example.org
Code: Select all
capability.policy.constrained.Window.alert
Code: Select all
noAccess
Code: Select all
capability.policy.constrained.Window.history.back
Not tested though.Code: Select all
noAccess