user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6a0f162d64e91982930577425deff2436003a528
parent 038201fb07510e4f39e274fad35fbdd0450b92da
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Fri, 19 Jan 2018 11:06:02 +0100

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
Diffstat:
Mscratchpad-scripts/troubleshooter.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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',