1
0

xpinstall.whitelist.required, fixes #375

This commit is contained in:
Thorin-Oakenpants 2018-03-26 20:23:06 +00:00 committed by GitHub
parent fd1aa74ff3
commit 8b4e6c95aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1267,6 +1267,9 @@ user_pref("network.http.redirection-limit", 10);
* [1] https://trac.torproject.org/projects/tor/ticket/10089
* [2] http://kb.mozillazine.org/Middlemouse.contentLoadURL ***/
user_pref("middlemouse.contentLoadURL", false);
/* 2621: enable warning when websites try to install extensions
* [SETTING] Privacy & Security>Permissions>Warn when websites try... ***/
user_pref("xpinstall.whitelist.required", true); // default: true
/* 2622: enforce a security delay when installing extensions (milliseconds)
* default=1000, This also covers the delay in "Save" on downloading files.
* [1] http://kb.mozillazine.org/Disable_extension_install_delay_-_Firefox