1
0

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)
This commit is contained in:
Thorin-Oakenpants 2021-04-03 14:25:46 +00:00 committed by GitHub
parent 46ccd9f654
commit 87cd828b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/*** /***
This will reset the preferences that have been removed completely from the arkenfox user.js. 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: For instructions see:
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@ -234,6 +234,8 @@
'network.http.redirection-limit', 'network.http.redirection-limit',
/* 86-beta */ /* 86-beta */
'media.gmp-widevinecdm.visible', 'media.gmp-widevinecdm.visible',
/* 87-beta */
'browser.send_pings.require_same_host',
/* reset parrot: check your open about:config after running the script */ /* reset parrot: check your open about:config after running the script */
'_user.js.parrot' '_user.js.parrot'
] ]