From d97d0ec0f59df18938f9f78ca81a12b192a16ce1 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 12 Dec 2018 13:09:03 +0000 Subject: [PATCH] media.peerconnection* covered by user_pref("media.peerconnection.enabled", false); --- scratchpad-scripts/ghacks-clear-[removed].js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/ghacks-clear-[removed].js b/scratchpad-scripts/ghacks-clear-[removed].js index e1e7dcf..5fb1425 100644 --- a/scratchpad-scripts/ghacks-clear-[removed].js +++ b/scratchpad-scripts/ghacks-clear-[removed].js @@ -1,7 +1,7 @@ /*** This will reset the preferences that have been removed completely from the ghacks user.js. - Last updated: 11-Dec-2018 + Last updated: 12-Dec-2018 For instructions see: https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] @@ -110,6 +110,12 @@ 'browser.eme.ui.enabled', 'browser.sessionstore.max_windows_undo', 'network.auth.subresource-img-cross-origin-http-auth-allow', + 'media.peerconnection.ice.tcp', + 'media.peerconnection.identity.enabled', + 'media.peerconnection.identity.timeout', + 'media.peerconnection.turn.disable', + 'media.peerconnection.use_document_iceservers', + 'media.peerconnection.video.enabled', /* reset parrot: check your open about:config after running the script */ '_user.js.parrot' ]