From 23caf6961483e0e55544cd4f3594734d0aa35cf0 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 22 Jun 2024 15:44:54 +0000 Subject: [PATCH 1/2] v127 deprecated --- scratchpad-scripts/arkenfox-cleanup.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index 1948d07..5155259 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -6,7 +6,7 @@ There is an archived version at https://github.com/arkenfox/user.js/issues/123 if you want the full list since jesus - Last updated: 14-June-2024 + Last updated: 23-June-2024 Instructions: - [optional] close Firefox and backup your profile @@ -36,6 +36,7 @@ const aPREFS = [ /* DEPRECATED */ /* 116-128 */ + 'browser.contentanalysis.default_allow', // 127 'browser.messaging-system.whatsNewPanel.enabled', // 126 'browser.ping-centre.telemetry', // 123 'dom.webnotifications.serviceworker.enabled', // 117 @@ -47,6 +48,7 @@ 'network.dns.skipTRR-when-parental-control-enabled', // 119 'permissions.delegation.enabled', // 118 'security.family_safety.mode', // 117 + 'widget.non-native-theme.enabled', // 127 /* 103-115 */ 'browser.cache.offline.enable', // 115 'extensions.formautofill.heuristics.enabled', // 114 From ff5c959cb9b5a65ede9aab82b00cbb283b160e14 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 9 Jul 2024 05:49:23 +0000 Subject: [PATCH 2/2] geo.provider* --- scratchpad-scripts/arkenfox-cleanup.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index 5155259..50bcb8a 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -6,7 +6,7 @@ There is an archived version at https://github.com/arkenfox/user.js/issues/123 if you want the full list since jesus - Last updated: 23-June-2024 + Last updated: 9-July-2024 Instructions: - [optional] close Firefox and backup your profile @@ -75,6 +75,8 @@ 'browser.fixup.alternate.enabled', 'browser.taskbar.previews.enable', 'browser.urlbar.dnsResolveSingleWordsAfterSearch', + 'geo.provider.network.url', + 'geo.provider.network.logging.enabled', 'media.gmp-widevinecdm.enabled', 'network.protocol-handler.external.ms-windows-store', 'privacy.partition.always_partition_third_party_non_cookie_storage',