Update 'user.js'

This commit is contained in:
Narsil 2021-01-18 14:54:00 -05:00
parent 8adb6d8fe3
commit f1806070d6
1 changed files with 5 additions and 1 deletions

View File

@ -1318,7 +1318,11 @@ user_pref("permissions.delegation.enabled", false);
// If a new page from another domain is loaded into a tab, then window.name is set to an empty string. The original
// 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);
//
// -------------------------------------
// Disable bypassing 3rd party extension install prompts [FF82+]
// https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331 ***/
user_pref("extensions.postDownloadThirdPartyPrompt", false);
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// DOWNLOADS ***/
// >>>>>>>>>>>>>>>>>>>>>