browser.sessionhistory.max_entries see #808

This commit is contained in:
Thorin-Oakenpants 2019-10-14 01:14:50 +00:00 committed by GitHub
parent 1b6239eab8
commit d7b1877a1f
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: 7-October-2019 Last updated: 13-October-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]
@ -203,6 +203,7 @@
'plugin.sessionPermissionNow.intervalInMinutes', 'plugin.sessionPermissionNow.intervalInMinutes',
/* 70-beta */ /* 70-beta */
'browser.cache.disk_cache_ssl', 'browser.cache.disk_cache_ssl',
'browser.sessionhistory.max_entries',
'extensions.getAddons.discovery.api_url', 'extensions.getAddons.discovery.api_url',
'extensions.htmlaboutaddons.discover.enabled', 'extensions.htmlaboutaddons.discover.enabled',
'extensions.webservice.discoverURL', 'extensions.webservice.discoverURL',