user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 517b8665c0ac637225a2febe45d3f43a5399c98e
parent 149aab6b1e0f6a1458dd3fd23c3df04fb483243c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat,  5 May 2018 17:01:09 +0000

2685 fixup
Diffstat:
Muser.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -1357,8 +1357,7 @@ user_pref("security.csp.experimentalEnabled", true); * [2] https://www.wordfence.com/blog/2017/01/gmail-phishing-data-uri/ * [3] https://www.fxsitecompat.com/en-CA/docs/2017/data-url-navigations-on-top-level-window-will-be-blocked/ ***/ user_pref("security.data_uri.block_toplevel_data_uri_navigations", true); -/* 2685: enforce a delay for security dialogs - * fe. when installing extensions or downloading files. +/* 2685: enforce a security delay on install and save dialogs * [1] http://kb.mozillazine.org/Disable_extension_install_delay_-_Firefox * [2] https://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/ ***/ user_pref("security.dialog_enable_delay", 700); // default: 1000 (milliseconds)