commit ec5fb6e3a1833c2db8eacd2e31bc12f0d469a859
parent b2fc9bc2664820cb22a658fb9a3977390029333a
Author: earthlng <earthlng@users.noreply.github.com>
Date: Sun, 30 Sep 2018 15:24:33 +0000
removed privacy.trackingprotection.ui.enabled
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/scratchpad-scripts/ghacks-clear-[removed].js b/scratchpad-scripts/ghacks-clear-[removed].js
@@ -1,7 +1,7 @@
/***
This will reset the preferences that have been removed completely from the ghacks user.js.
- Last updated: 12-Sept-2018
+ Last updated: 30-Sept-2018
For instructions see:
https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@@ -102,8 +102,10 @@
/* 62-beta */
'browser.urlbar.autoFill.typed',
'security.tls.version.fallback-limit',
+ /* 63-beta */
'extensions.webextensions.keepStorageOnUninstall',
'extensions.webextensions.keepUuidOnUninstall',
+ 'privacy.trackingprotection.ui.enabled',
/* reset parrot: check your open about:config after running the script */
'_user.js.parrot'
]