Update 'user.js'

This commit is contained in:
Narsil 2021-01-18 14:52:01 -05:00
parent 3c06a21eff
commit 983a6c8aa3
1 changed files with 4 additions and 0 deletions

View File

@ -966,6 +966,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);