1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-23 13:40:40 +02:00

Update troubleshooter.js

- add `privacy.window.name.update.enabled`
- remove `media.autoplay.enabled` (removed in FF63)
- remove `dom.indexedDB.enabled` (removed in FF72)
This commit is contained in:
earthlng 2020-11-17 19:17:59 +00:00 committed by GitHub
parent ccbca41e2d
commit c6ddda1aa3
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
]