2305: redundant push prefs (#800)

This commit is contained in:
Thorin-Oakenpants 2019-09-17 12:38:13 +12:00 committed by GitHub
parent 4bebeb1f8d
commit f021014daf
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 ghacks user.js. This will reset the preferences that have been removed completely from the ghacks user.js.
Last updated: 12-September-2019 Last updated: 16-September-2019
For instructions see: For instructions see:
https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@ -211,6 +211,8 @@
'extensions.getAddons.discovery.api_url', 'extensions.getAddons.discovery.api_url',
'extensions.htmlaboutaddons.discover.enabled', 'extensions.htmlaboutaddons.discover.enabled',
'extensions.webservice.discoverURL', 'extensions.webservice.discoverURL',
'dom.push.connection.enabled',
'dom.push.serverURL',
/* 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'
] ]