commit 51e388ae866a2f133b575c7b3c850afdfd46a0c3
parent e7872b193be81126e20da7f25d3fac4984901c7c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Mon, 16 Aug 2021 15:06:06 +0000
dom.storage.enabled
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
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: 24-July-2021
+ Last updated: 16-August-2021
For instructions see:
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@@ -241,6 +241,8 @@
'webgl.min_capability_mode',
/* 89-beta */
'security.ssl.enable_ocsp_stapling',
+ /* 91-beta */
+ 'dom.storage.enabled',
/* reset parrot: check your open about:config after running the script */
'_user.js.parrot'
];