user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8b0bc463c5de6e39a8756df6a2a770aae4e6adec
parent 4d31983e06974eb92e0b9fdcb98813688be2d32b
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Sun,  9 Jul 2017 17:58:05 +0200

2001: link update

www.privacytools.io redirects to https://privacytoolsio.github.io/privacytools.io/ and in the process drops the anchor info (#webrtc)
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -899,7 +899,7 @@ user_pref("media.gmp-manager.url", "data:text/plain,"); /*** 2000: MEDIA / CAMERA / MIC ***/ user_pref("ghacks_user.js.parrot", "2000 syntax error: the parrot's snuffed it!"); /* 2001: disable WebRTC (Web Real-Time Communication) - * [1] https://www.privacytools.io/#webrtc ***/ + * [1] https://privacytoolsio.github.io/privacytools.io/#webrtc ***/ user_pref("media.peerconnection.enabled", false); user_pref("media.peerconnection.use_document_iceservers", false); user_pref("media.peerconnection.video.enabled", false);