From 4355e8db30bb7a22d160b5ddeb46a5dbf7825a60 Mon Sep 17 00:00:00 2001 From: arcadius3d Date: Tue, 2 May 2017 12:53:49 -0300 Subject: [PATCH] Added media.navigator.enabled to about:config According to https://browserleaks.com/webrtc WebRTC test, websites can see if your device has camera and microphone unless you disable media.navigator.enabled --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4921d448..7a608b81 100644 --- a/index.html +++ b/index.html @@ -991,7 +991,12 @@ - + +
  • media.navigator.enabled = false
  • + +
  • dom.battery.enabled = false