mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
security.dialog_enable_delay
set to 700ms for a slight speedup and to match @atomGit's user.js
This commit is contained in:
parent
668c307ffb
commit
4e455ba392
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -1105,7 +1105,7 @@ user_pref("middlemouse.contentLoadURL", false);
|
|||
* default=1000, This also covers the delay in "Save" on downloading files.
|
||||
* http://kb.mozillazine.org/Disable_extension_install_delay_-_Firefox
|
||||
* http://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/ ***/
|
||||
user_pref("security.dialog_enable_delay", 1000);
|
||||
user_pref("security.dialog_enable_delay", 700);
|
||||
/* 2623: ensure Strict File Origin Policy on local files
|
||||
* The default is true. Included for completeness
|
||||
* http://kb.mozillazine.org/Security.fileuri.strict_origin_policy ***/
|
||||
|
|
Loading…
Add table
Reference in a new issue