mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:32:05 -08:00
clear window.name across contexts
This commit is contained in:
parent
07f8bd2b25
commit
3b590f016f
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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);
|
||||
Loading…
Add table
Reference in a new issue