Skip to content

Commit c6ddda1

Browse files
authored
Update troubleshooter.js
- add `privacy.window.name.update.enabled` - remove `media.autoplay.enabled` (removed in FF63) - remove `dom.indexedDB.enabled` (removed in FF72)
1 parent ccbca41 commit c6ddda1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scratchpad-scripts/troubleshooter.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/* Storage + Cache */
1919
'browser.cache.offline.enable',
20-
'dom.indexedDB.enabled',
2120
'dom.storage.enabled',
2221
'browser.storageManager.enabled',
2322
'dom.storageManager.enabled',
@@ -60,7 +59,6 @@
6059

6160
/* Audio + Video */
6261
'dom.webaudio.enabled',
63-
'media.autoplay.enabled',
6462
'media.autoplay.default', // FF63+
6563
'media.autoplay.blocking_policy', // FF78+
6664

@@ -103,6 +101,7 @@
103101
'network.protocol-handler.external.ms-windows-store',
104102
'privacy.trackingprotection.enabled',
105103
'security.data_uri.block_toplevel_data_uri_navigations',
104+
'privacy.window.name.update.enabled', // FF82+
106105

107106
'last.one.without.comma'
108107
]

0 commit comments

Comments
 (0)