commit 87cd828b5b30d78e6ed7cfc660a012267cbf7ef3
parent 46ccd9f6547bac30f57840e95a453b434051ef12
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 3 Apr 2021 14:25:46 +0000
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)
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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'
]