mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
increasing the open delay
This commit is contained in:
parent
cd5493050e
commit
6ba0a75bcb
@ -164,7 +164,7 @@ pref("dom.allow_scripts_to_close_windows", false);
|
||||
pref("dom.disable_open_during_load", false);
|
||||
pref("dom.popup_maximum", 20);
|
||||
pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
|
||||
pref("dom.disable_open_click_delay", 1000);
|
||||
pref("dom.disable_open_click_delay", 5000);
|
||||
|
||||
// Disable popups from plugins by default
|
||||
// 0 = openAllowed
|
||||
|
Loading…
Reference in New Issue
Block a user