commit 4e455ba392986c0c82cd05ba8c89b6d1ecfc6860
parent 668c307ffb4f5555b318cab38a07301d8bf4d0e2
Author: earthlng <earthlng@users.noreply.github.com>
Date: Sun, 12 Mar 2017 16:11:42 +0100
security.dialog_enable_delay
set to 700ms for a slight speedup and to match @atomGit's user.js
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user.js b/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 ***/