commit 2d3d8ae5b0c8d57187c808c39dbfbc1070f1a177
parent cef08b63f1947847e21e40021dc3d426afe5bdb9
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Fri, 20 Aug 2021 03:12:59 +0000
alerts.showFavicons
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/scratchpad-scripts/arkenfox-clear-removed.js b/scratchpad-scripts/arkenfox-clear-removed.js
@@ -1,7 +1,7 @@
/***
This will reset the preferences that have been removed completely from the arkenfox user.js.
- Last updated: 19-August-2021
+ Last updated: 20-August-2021
For instructions see:
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@@ -205,7 +205,7 @@
'middlemouse.paste',
'browser.search.geoip.url',
'browser.search.region',
- /* 79-91 */
+ /* 79-90 */
'browser.urlbar.usepreloadedtopurls.enabled',
'dom.IntersectionObserver.enabled',
'extensions.screenshots.upload-disabled',
@@ -218,6 +218,8 @@
'browser.send_pings.require_same_host',
'webgl.min_capability_mode',
'security.ssl.enable_ocsp_stapling',
+ /* 91 */
+ 'alerts.showFavicons',
'dom.battery.enabled',
'dom.storage.enabled',
'general.warnOnAboutConfig',