|
@@ -1,7 +1,7 @@
|
|
|
/***
|
|
|
This will reset the preferences that have been removed completely from the ghacks user.js.
|
|
|
|
|
|
- Last updated: 25-May-2018
|
|
|
+ Last updated: 26-May-2018
|
|
|
|
|
|
For instructions see:
|
|
|
https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
|
|
@@ -86,12 +86,14 @@
|
|
|
'security.block_script_with_wrong_mime',
|
|
|
'security.fileuri.strict_origin_policy',
|
|
|
'security.sri.enable',
|
|
|
- /* 61-beta - these were inactive or at default anyway */
|
|
|
+ /* 61-beta */
|
|
|
'browser.offline-apps.notify',
|
|
|
'dom.allow_scripts_to_close_windows',
|
|
|
'dom.disable_window_flip',
|
|
|
'network.http.fast-fallback-to-IPv4',
|
|
|
'offline-apps.quota.warn',
|
|
|
+ 'browser.slowStartup.maxSamples'
|
|
|
+ 'browser.slowStartup.samples',
|
|
|
/* reset parrot: check your open about:config after running the script */
|
|
|
'_user.js.parrot'
|
|
|
]
|