I found this information at Configurable Security Policy while searching to disable a onkeypress event for a site. Here is the memo I want to share.

Add this in your user.js.

user_pref("capability.policy.policynames", "nojs");
user_pref("capability.policy.nojs.sites", "http://site.com");
user_pref("capability.policy.nojs.javascript.enabled", "noAccess");

the user.js/pref.js in firefox is located in ~/Library/Application Support/Firefox/Profiles/xxxx.default if you’re using a MAC OS.

 

Here is the nice visual explanation from commoncraft.com about Wiki.

 

Here is the nice visual explanation from commoncraft.com about blog.

 

February 2012
S M T W T F S
« Jan    
 1234
567891011
12131415161718
19202122232425
26272829  

Follow Me

© 2011 Bread & Cup Suffusion theme by Sayontan Sinha