From 095603d6bf320effe3730511ceea36a3ed574899 Mon Sep 17 00:00:00 2001 From: Narsil Date: Sun, 31 Jan 2021 09:31:01 -0500 Subject: [PATCH] Update 'user.js (less connections)' --- user.js (less connections) | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user.js (less connections) b/user.js (less connections) index a0486e4..d240c86 100644 --- a/user.js (less connections) +++ b/user.js (less connections) @@ -960,7 +960,8 @@ user_pref("permissions.delegation.enabled", false); // ------------------------------------- // Pref : 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); // ------------------------------------- // Pref: Disable bypassing 3rd party extension install prompts [FF82+]