Pratik wrote:
> Try the following two prefs as well
> // More important, disable JS windows popping up a new window on load
> // (as lots of porn and spam sites do):
> user_pref("dom.disable_open_during_load", true);
> // Override popping up new windows on target=anything
> user_pref("browser.target_new_blocked", true);
thanks that works fine, but it blocks all. Sometimes I need to load a
new site by clicking at a javascript-link. The methode to block specific
sites would be more configurable. Any hints to let:
--------------------
user_pref("capability.policy.popupsites.sites",
"http://ads.popupsponsor.com http://ads2.popup.com");
user_pref("capability.policy.popupsites.Window.open","noAccess");
--------------------
work?
bye