Update 'user.js'

This commit is contained in:
Narsil 2021-01-31 09:32:58 -05:00
parent 1e51a29c07
commit dd7fd91137
1 changed files with 2 additions and 1 deletions

View File

@ -1330,7 +1330,8 @@ user_pref("permissions.delegation.enabled", false);
// -------------------------------------
// 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 ***/
// string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks
// https://arkenfox.github.io/TZP/tests/windownamea.html
user_pref("privacy.window.name.update.enabled", true);
// -------------------------------------
// Disable bypassing 3rd party extension install prompts [FF82+]