user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ea139e3ef8810149d90df8637984f2444282745e
parent d6b26e75588bcd4311251c68912d3c77b8c6e996
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon,  9 May 2022 19:25:18 +0000

long standing defaults

- FF79+ dom.targetBlankNoOpener.enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1522083
- FF86+ privacy.window.name.update.enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1685089
Diffstat:
Mscratchpad-scripts/arkenfox-cleanup.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js @@ -235,9 +235,11 @@ 'dom.caches.enabled', 'dom.storageManager.enabled', 'dom.storage_access.enabled', + 'dom.targetBlankNoOpener.enabled', 'privacy.firstparty.isolate.block_post_message', 'privacy.firstparty.isolate.restrict_opener_access', 'privacy.firstparty.isolate.use_site', + 'privacy.window.name.update.enabled', 'security.insecure_connection_text.enabled', /* 79-91 */ 'alerts.showFavicons',