user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 480933484fbce3bf4e9147e5429eefbb646c91f6
parent 0cbd8a13a313b5f1e489532f34f6e52dba8757a3
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 21 Jan 2021 11:17:16 +0000

2624: windows.name default FF86+

https://bugzilla.mozilla.org/1685089
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1190,7 +1190,7 @@ user_pref("permissions.delegation.enabled", false); /* 2624: enable "window.name" protection [FF82+] * 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); +user_pref("privacy.window.name.update.enabled", true); // [DEFAULT: true FF86+] /* 2625: disable bypassing 3rd party extension install prompts [FF82+] * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331 ***/ user_pref("extensions.postDownloadThirdPartyPrompt", false);