increasing the open delay
git-svn-id: svn://10.0.0.236/trunk@184772 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0d7fdf3fb9
commit
919599388c
@ -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…
x
Reference in New Issue
Block a user