From 6a0f162d64e91982930577425deff2436003a528 Mon Sep 17 00:00:00 2001 From: earthlng Date: Fri, 19 Jan 2018 11:06:02 +0100 Subject: [PATCH] Update troubleshooter.js dom.idle-observers-api.enabled not used anymore since at least FF38 security.xpconnect.plugin.unrestricted not used anymore since at least FF10 --- scratchpad-scripts/troubleshooter.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scratchpad-scripts/troubleshooter.js b/scratchpad-scripts/troubleshooter.js index 442d563..566f0a0 100644 --- a/scratchpad-scripts/troubleshooter.js +++ b/scratchpad-scripts/troubleshooter.js @@ -99,7 +99,6 @@ 'canvas.capturestream.enabled', 'dom.event.clipboardevents.enabled', 'dom.event.contextmenu.enabled', - 'dom.idle-observers-api.enabled', 'dom.IntersectionObserver.enabled', 'dom.popup_allowed_events', 'full-screen-api.enabled', @@ -155,7 +154,6 @@ 'plugin.defaultXpi.state', 'plugin.sessionPermissionNow.intervalInMinutes', 'plugin.state.flash', - 'security.xpconnect.plugin.unrestricted', /* unlikely to cause problems */ 'browser.tabs.remote.allowLinkedWebInFileUriProcess',