We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba173d4 commit dfd5589Copy full SHA for dfd5589
scratchpad-scripts/arkenfox-cleanup.js
@@ -3,7 +3,7 @@
3
- removed from the arkenfox user.js
4
- deprecated by Mozilla but listed in the arkenfox user.js in the past
5
6
- Last updated: 28-August-2023
+ Last updated: 16-September-2023
7
8
Instructions:
9
- [optional] close Firefox and backup your profile
@@ -33,7 +33,9 @@
33
const aPREFS = [
34
/* DEPRECATED */
35
/* 116+ */
36
+ 'dom.webnotifications.serviceworker.enabled', // 117
37
'layout.css.font-visibility.resistFingerprinting', // 116
38
+ 'security.family_safety.mode', // 117
39
/* 103-115 */
40
'browser.cache.offline.enable', // 115
41
'extensions.formautofill.heuristics.enabled', // 114
0 commit comments