Update 'user.js (less connections)'

This commit is contained in:
Narsil 2021-01-18 14:50:56 -05:00
parent 8818e05793
commit 3c06a21eff
1 changed files with 4 additions and 0 deletions

View File

@ -967,6 +967,10 @@ user_pref("permissions.delegation.enabled", false);
// string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks ***/
user_pref("privacy.window.name.update.enabled", true);
// -------------------------------------
// Pref: Disable bypassing 3rd party extension install prompts [FF82+]
// https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331 ***/
user_pref("extensions.postDownloadThirdPartyPrompt", false); // [DESKTOP]
// -------------------------------------
// Pref : Disable the default checkedness for "Save card and address to Firefox" checkboxes
// https://bugzilla.mozilla.org/show_bug.cgi?id=1477106
user_pref("dom.payments.defaults.saveAddress", false);