From c6ddda1aa3e3000336e3e421d6af21f62208c7cf Mon Sep 17 00:00:00 2001 From: earthlng Date: Tue, 17 Nov 2020 19:17:59 +0000 Subject: [PATCH] Update troubleshooter.js - add `privacy.window.name.update.enabled` - remove `media.autoplay.enabled` (removed in FF63) - remove `dom.indexedDB.enabled` (removed in FF72) --- scratchpad-scripts/troubleshooter.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scratchpad-scripts/troubleshooter.js b/scratchpad-scripts/troubleshooter.js index 9284132..cce4069 100644 --- 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' ]