NoScript breaking/broken by CAPS?
Posted: Tue Aug 10, 2010 6:43 pm
I just learned about Firefox's CAPS feature and, well, it doesn't seem to play nice with NoScript.
I've added these prefs to my user.js:
But, if NoScript is enabled, it breaks megaupload.com; i.e. no JavaScript is allowed to run at all, even though it is in my NS whitelist. Any idea what's causing this?
I've added these prefs to my user.js:
Code: Select all
user_pref("capability.policy.noOpen.sites", "http://megaupload.com");
user_pref("capability.policy.noOpen.Window.open", "noAccess");
user_pref("capability.policy.policynames", "maonoscript, noOpen");