summarylogtreecommitdiffstats
path: root/mozconfig
diff options
context:
space:
mode:
authorw2017-06-14 11:42:35 +0200
committerw2017-06-14 11:42:35 +0200
commitb7c83ae5460e357cc268984c7ffc4b2bd1a71019 (patch)
tree42d665a1de7cc9a36ca6e9406f952efa53a30701 /mozconfig
parent34ca0a3a4bbd38aa4a9ccc1c743bd15f62677e21 (diff)
downloadaur-b7c83ae5460e357cc268984c7ffc4b2bd1a71019.tar.gz
Disable webrtc during compilation
Diffstat (limited to 'mozconfig')
-rw-r--r--mozconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/mozconfig b/mozconfig
index 7e8934b733b1..4a0dfe0ea262 100644
--- a/mozconfig
+++ b/mozconfig
@@ -2,8 +2,7 @@
ac_add_options --disable-necko-wifi
# Disable webrtc, dangerous, leaks internal IP address (and external on Win)
-# This option no longer works on version >= 52.1.0
-#ac_add_options --disable-webrtc
+ac_add_options --disable-webrtc
# Disable safe browsing, prevent sending visited URLs to other parties
ac_add_options --disable-safe-browsing