diff --git a/debian/changelog b/debian/changelog index d838f09..3e5bdc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ i2psetproxy.js (0.73-1) UNRELEASED; urgency=low * Update bookmarks format + * Deprecate WebRTC State Management -- idk Mon, 22 JUN 2020 19:21:23 -0400 diff --git a/privacy.js b/privacy.js index f79f99a..96d788c 100644 --- a/privacy.js +++ b/privacy.js @@ -131,7 +131,7 @@ setAllPrivacy(); function ResetPeerConnection() { function reset(snowflake) { - var webrtc = false; + var webrtc = true; console.log("No snowflake plugin found, pre-disabled WebRTC"); var rtc = browser.privacy.network.peerConnectionEnabled.set({ value: webrtc @@ -160,7 +160,7 @@ function EnablePeerConnection() { function AssurePeerConnection() { function assure(webrtc) { browser.privacy.network.peerConnectionEnabled.set({ - value: webrtc.value + value: true }); browser.privacy.network.networkPredictionEnabled.set({ value: false diff --git a/window.html b/window.html index f70e70a..058570c 100644 --- a/window.html +++ b/window.html @@ -54,11 +54,11 @@

These controls are used to tailor your I2P Browsing Experience