summarylogtreecommitdiffstats
path: root/mozconfig
diff options
context:
space:
mode:
authorw2017-05-02 09:33:52 +0200
committerw2017-05-02 09:33:52 +0200
commitc0271fdea825faa3ceb424350d5b4839edf4b029 (patch)
tree5f6930a2447e878b7b53f9641521b991dac7bc54 /mozconfig
parentc49ae77298a1690da5fe41684c8ba48a61cc836d (diff)
downloadaur-c0271fdea825faa3ceb424350d5b4839edf4b029.tar.gz
Update to version 52.1.0. Webrtc is now disabled through about:config
Diffstat (limited to 'mozconfig')
-rw-r--r--mozconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/mozconfig b/mozconfig
index 4a0dfe0ea262..7e8934b733b1 100644
--- a/mozconfig
+++ b/mozconfig
@@ -2,7 +2,8 @@
ac_add_options --disable-necko-wifi
# Disable webrtc, dangerous, leaks internal IP address (and external on Win)
-ac_add_options --disable-webrtc
+# This option no longer works on version >= 52.1.0
+#ac_add_options --disable-webrtc
# Disable safe browsing, prevent sending visited URLs to other parties
ac_add_options --disable-safe-browsing