commit c6ddda1aa3e3000336e3e421d6af21f62208c7cf
parent ccbca41e2d73fa63908fd87c2a7d35615016e7f7
Author: earthlng <earthlng@users.noreply.github.com>
Date: Tue, 17 Nov 2020 19:17:59 +0000
Update troubleshooter.js
- add `privacy.window.name.update.enabled`
- remove `media.autoplay.enabled` (removed in FF63)
- remove `dom.indexedDB.enabled` (removed in FF72)
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scratchpad-scripts/troubleshooter.js b/scratchpad-scripts/troubleshooter.js
@@ -17,7 +17,6 @@
/* Storage + Cache */
'browser.cache.offline.enable',
- 'dom.indexedDB.enabled',
'dom.storage.enabled',
'browser.storageManager.enabled',
'dom.storageManager.enabled',
@@ -60,7 +59,6 @@
/* Audio + Video */
'dom.webaudio.enabled',
- 'media.autoplay.enabled',
'media.autoplay.default', // FF63+
'media.autoplay.blocking_policy', // FF78+
@@ -103,6 +101,7 @@
'network.protocol-handler.external.ms-windows-store',
'privacy.trackingprotection.enabled',
'security.data_uri.block_toplevel_data_uri_navigations',
+ 'privacy.window.name.update.enabled', // FF82+
'last.one.without.comma'
]