user_pref("noscript.allowBookmarkletImports", true);
user_pref("noscript.allowURLBarImports",true);
user_pref("noscript.allowURLBarJS", true);
user_pref("noscript.forbidBookmarklets",false);/
??? what`s the difference of these 4 parameters
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: ??? what`s the difference of these 4 parameters
Allows bookbarklets to import 3rd party scripts during their execution, even if their source locations aren't whitelisted.江3如此多娇 wrote:user_pref("noscript.allowBookmarkletImports", true);
Same as a bove, but applies to javascript: URLs executed by entering them on the address bar directly.江3如此多娇 wrote:user_pref("noscript.allowURLBarImports",true);
Enables javascript: URLs execution from the address bar, which is disabled by default on recent Firefox version (but may be useful to advanced users e.g. to develop or debug bookmarklets).江3如此多娇 wrote:user_pref("noscript.allowURLBarJS", true);
Controls bookmarklets execution on pages which aren't whitelisted (and therefore wouldn't normally allow them).江3如此多娇 wrote: user_pref("noscript.forbidBookmarklets",false);/
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
Re: ??? what`s the difference of these 4 parameters
Got it,Thank you Giorgio MaoneGiorgio Maone wrote:Allows bookbarklets to import 3rd party scripts during their execution, even if their source locations aren't whitelisted.江3如此多娇 wrote:user_pref("noscript.allowBookmarkletImports", true);Same as a bove, but applies to javascript: URLs executed by entering them on the address bar directly.江3如此多娇 wrote:user_pref("noscript.allowURLBarImports",true);Enables javascript: URLs execution from the address bar, which is disabled by default on recent Firefox version (but may be useful to advanced users e.g. to develop or debug bookmarklets).江3如此多娇 wrote:user_pref("noscript.allowURLBarJS", true);Controls bookmarklets execution on pages which aren't whitelisted (and therefore wouldn't normally allow them).江3如此多娇 wrote: user_pref("noscript.forbidBookmarklets",false);/
Mozilla/5.0 (Android; Mobile; rv:18.0) Gecko/18.0 Firefox/18.0