From 3b590f016f89d5629c0dc8411774e8ab9ced37f6 Mon Sep 17 00:00:00 2001 From: oneflux Date: Tue, 22 Apr 2025 13:52:47 -0700 Subject: [PATCH] clear window.name across contexts --- README.md | 2 +- settings/omegafox.cfg | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b6df9b..83009a3 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- [Trivalent](https://github.com/secureblue/Trivalent) - Browser hardening reference \ No newline at end of file diff --git a/settings/omegafox.cfg b/settings/omegafox.cfg index a3a620f..4cf128b 100644 --- a/settings/omegafox.cfg +++ b/settings/omegafox.cfg @@ -686,4 +686,7 @@ defaultPref("javascript.options.warp", false); defaultPref("network.IDN_show_punycode", true); // Disable middle-mouse paste -defaultPref("middlemouse.paste", false); \ No newline at end of file +defaultPref("middlemouse.paste", false); + +// Clear window.name across contexts +defaultPref("privacy.window.name.update.enabled", true); \ No newline at end of file