From 3c06a21effb69797c7129879577a4c3400e9311d Mon Sep 17 00:00:00 2001 From: Narsil Date: Mon, 18 Jan 2021 14:50:56 -0500 Subject: [PATCH] Update 'user.js (less connections)' --- user.js (less connections) | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user.js (less connections) b/user.js (less connections) index ab14eb1..639bdb8 100644 --- a/user.js (less connections) +++ b/user.js (less connections) @@ -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);