clear window.name across contexts

This commit is contained in:
oneflux 2025-04-22 13:52:47 -07:00
parent 07f8bd2b25
commit 3b590f016f
2 changed files with 5 additions and 2 deletions

View file

@ -78,4 +78,4 @@ $ python3 multibuild.py --target linux --arch x86_64 arm64
- [GrapheneOS](https://github.com/GrapheneOS) - Hardened memory allocator
- [Mullvad](https://mullvad.net/) - Adblock DNS-over-HTTPS
- [Firefox-hardened](https://github.com/boredsquirrel/Firefox-hardened) - Mozconfig options
- [Trivalent](https://github.com/secureblue/Trivalent) - Hardening options
- [Trivalent](https://github.com/secureblue/Trivalent) - Browser hardening reference

View file

@ -686,4 +686,7 @@ defaultPref("javascript.options.warp", false);
defaultPref("network.IDN_show_punycode", true);
// Disable middle-mouse paste
defaultPref("middlemouse.paste", false);
defaultPref("middlemouse.paste", false);
// Clear window.name across contexts
defaultPref("privacy.window.name.update.enabled", true);