From 87cd828b5b30d78e6ed7cfc660a012267cbf7ef3 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 3 Apr 2021 14:25:46 +0000 Subject: [PATCH] browser.send_pings.require_same_host redundant/defense-in-depth pref for `browser.send_pings` which is still at default false after six years of watching it (false is what we want) --- scratchpad-scripts/arkenfox-clear-removed.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-clear-removed.js b/scratchpad-scripts/arkenfox-clear-removed.js index 20e7305..8ec83a0 100644 --- a/scratchpad-scripts/arkenfox-clear-removed.js +++ b/scratchpad-scripts/arkenfox-clear-removed.js @@ -1,7 +1,7 @@ /*** This will reset the preferences that have been removed completely from the arkenfox user.js. - Last updated: 04-Mar-2021 + Last updated: 03-Apr-2021 For instructions see: https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] @@ -234,6 +234,8 @@ 'network.http.redirection-limit', /* 86-beta */ 'media.gmp-widevinecdm.visible', + /* 87-beta */ + 'browser.send_pings.require_same_host', /* reset parrot: check your open about:config after running the script */ '_user.js.parrot' ]