Skip to content

Commit feaa1c3

Browse files
authored
prefs update
`browser.storageManager.enabled` -- removed in FF61 (1428306) `security.csp.experimentalEnabled` -- removed in FF68 (1386214) `gfx.downloadable_fonts.woff2.enabled` -- removed in FF69 (1556991) `plugin.sessionPermissionNow.intervalInMinutes` -- removed in FF70 (1581664) `plugin.defaultXpi.state` -- removed in FF72 (1596090) `geo.wifi.uri` -- renamed to `geo.provider.network.url` in FF74 (1613627) `browser.tabs.remote.allowLinkedWebInFileUriProcess` -- removed in FF77 (1603007)
1 parent aa1c214 commit feaa1c3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

scratchpad-scripts/troubleshooter.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/*** arkenfox user.js troubleshooter.js v1.6.2 ***/
2+
/*** arkenfox user.js troubleshooter.js v1.6.3 ***/
33

44
(function() {
55

@@ -18,7 +18,6 @@
1818
/* Storage + Cache */
1919
'browser.cache.offline.enable',
2020
'dom.storage.enabled',
21-
'browser.storageManager.enabled',
2221
'dom.storageManager.enabled',
2322

2423
/* Workers, Web + Push Notifications */
@@ -33,7 +32,6 @@
3332
/* Fonts */
3433
'browser.display.use_document_fonts',
3534
'font.blacklist.underline_offset',
36-
'gfx.downloadable_fonts.woff2.enabled',
3735
'gfx.font_rendering.graphite.enabled',
3836
'gfx.font_rendering.opentype_svg.enabled',
3937
'layout.css.font-loading-api.enabled',
@@ -46,12 +44,10 @@
4644
'dom.IntersectionObserver.enabled',
4745
'dom.popup_allowed_events',
4846
'full-screen-api.enabled',
49-
'geo.wifi.uri',
5047
'intl.accept_languages',
5148
'javascript.options.asmjs',
5249
'javascript.options.wasm',
5350
'permissions.default.shortcuts',
54-
'security.csp.experimentalEnabled',
5551

5652
/* Hardware */
5753
'dom.vr.enabled',
@@ -87,13 +83,11 @@
8783

8884
/* Plugins + Flash */
8985
'plugin.default.state',
90-
'plugin.defaultXpi.state',
91-
'plugin.sessionPermissionNow.intervalInMinutes',
9286
'plugin.state.flash',
9387

9488
/* unlikely to cause problems */
95-
'browser.tabs.remote.allowLinkedWebInFileUriProcess',
9689
'dom.popup_maximum',
90+
'geo.provider.network.url'
9791
'layout.css.visited_links_enabled',
9892
'mathml.disabled',
9993
'network.auth.subresource-http-auth-allow',

0 commit comments

Comments
 (0)