forked from d3cim/mobile_user.js
Update 'user.js (less connections)'
This commit is contained in:
parent
8f25d6e324
commit
095603d6bf
|
@ -960,7 +960,8 @@ user_pref("permissions.delegation.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Enable "window.name" protection [FF82+]
|
// 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
|
// 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);
|
user_pref("privacy.window.name.update.enabled", true);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref: Disable bypassing 3rd party extension install prompts [FF82+]
|
// Pref: Disable bypassing 3rd party extension install prompts [FF82+]
|
||||||
|
|
Loading…
Reference in New Issue