commit 1d31da40eca9a254f592fd48256e332efd2e510b
parent 0d57cfc44af3f0c8426e166db8dd91faf8a52c5c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Mon, 11 Nov 2019 13:00:01 +0000
missing comma
thanks @sebp - https://github.com/ghacksuserjs/ghacks-user.js/commit/0d57cfc44af3f0c8426e166db8dd91faf8a52c5c#commitcomment-35890867
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
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: 09-November-2019
+ Last updated: 11-November-2019
For instructions see:
https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@@ -211,7 +211,7 @@
'extensions.webservice.discoverURL',
'intl.locale.requested',
'intl.regional_prefs.use_os_locales',
- 'privacy.usercontext.about_newtab_segregation.enabled'
+ 'privacy.usercontext.about_newtab_segregation.enabled',
'security.insecure_connection_icon.pbmode.enabled',
'security.insecure_connection_text.pbmode.enabled',
'webgl.dxgl.enabled',