spring cleaning, closes #716
This commit is contained in:
parent
59a85bcdda
commit
57f4bd46e9
@ -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: 30-Apr-2019
|
Last updated: 02-May-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]
|
||||||
@ -128,7 +128,12 @@
|
|||||||
'browser.cache.disk.smart_size.enabled',
|
'browser.cache.disk.smart_size.enabled',
|
||||||
'browser.cache.disk.smart_size.first_run',
|
'browser.cache.disk.smart_size.first_run',
|
||||||
'browser.safebrowsing.downloads.remote.url',
|
'browser.safebrowsing.downloads.remote.url',
|
||||||
|
'browser.sessionhistory.max_total_viewers'
|
||||||
|
'browser.urlbar.filter.javascript',
|
||||||
'canvas.capturestream.enabled',
|
'canvas.capturestream.enabled',
|
||||||
|
'dom.popup_maximum',
|
||||||
|
'gfx.offscreencanvas.enabled',
|
||||||
|
'javascript.options.shared_memory',
|
||||||
'media.gmp-gmpopenh264.autoupdate',
|
'media.gmp-gmpopenh264.autoupdate',
|
||||||
'media.gmp-gmpopenh264.enabled',
|
'media.gmp-gmpopenh264.enabled',
|
||||||
'media.gmp-manager.updateEnabled',
|
'media.gmp-manager.updateEnabled',
|
||||||
@ -136,11 +141,18 @@
|
|||||||
'media.gmp-manager.url.override',
|
'media.gmp-manager.url.override',
|
||||||
'media.gmp.trial-create.enabled',
|
'media.gmp.trial-create.enabled',
|
||||||
'media.gmp-widevinecdm.autoupdate',
|
'media.gmp-widevinecdm.autoupdate',
|
||||||
|
'network.dnsCacheEntries'
|
||||||
|
'network.dnsCacheExpiration'
|
||||||
|
'network.proxy.autoconfig_url.include_path',
|
||||||
'pdfjs.enableWebGL',
|
'pdfjs.enableWebGL',
|
||||||
'plugin.default.state',
|
'plugin.default.state',
|
||||||
'plugin.defaultXpi.state',
|
'plugin.defaultXpi.state',
|
||||||
'plugin.scan.plid.all',
|
'plugin.scan.plid.all',
|
||||||
/* 67-beta: SB & TP cleanup: these were all inactive */
|
'security.insecure_field_warning.contextual.enabled", true);
|
||||||
|
'security.insecure_password.ui.enabled',
|
||||||
|
'signon.autofillForms.http", false);
|
||||||
|
'signon.storeWhenAutocompleteOff',
|
||||||
|
/* 67-beta: Blocklist, SB & TP cleanup: these were all inactive */
|
||||||
'browser.safebrowsing.downloads.enabled',
|
'browser.safebrowsing.downloads.enabled',
|
||||||
'browser.safebrowsing.downloads.remote.block_dangerous',
|
'browser.safebrowsing.downloads.remote.block_dangerous',
|
||||||
'browser.safebrowsing.downloads.remote.block_dangerous_host',
|
'browser.safebrowsing.downloads.remote.block_dangerous_host',
|
||||||
|
Loading…
Reference in New Issue
Block a user