Login Register






Thread Rating:
  • 1 Vote(s) - 5 Average


Tutorial Disable WebRTC filter_list
Author
Message
Disable WebRTC #1
What is WebRTC?
WebRTC is an open framework for the web that enables Real Time Communications in the browser. It includes the fundamental building blocks for high-quality communications on the web, such as network, audio and video components used in voice and video chat applications.
These components, when implemented in a browser, can be accessed through a JavaScript API, enabling developers to easily implement their own RTC web app.
The WebRTC effort is being standardized on an API level at the W3C and at the protocol level at the IETF.

This is a crucial because even with a VPN your IP is still visable.
on Firefox type in about:config, change these settings:
  media.peerconnection.enabled = false
   media.peerconnection.turn.disable = true
   media.peerconnection.use_document_iceservers = false
   media.peerconnection.video.enabled = false
   media.peerconnection.identity.timeout = 1

to test if you are vulnerable to the WebRTC leak head over to this site
https://browserleaks.com/webrtc#webrtc-device-id

for Chrome:
    WebRTC in Google Chrome and Chromium-based web browsers is supported and enabled by default since Chrome version 23.
   To protect IP addresses from leaking, using the official webrtc.org extension WebRTC Network Limiter. It has few options, depending on what you're looking     for.
(This post was last modified: 10-28-2017, 12:06 AM by Oblivious.)

[+] 3 users Like Oblivious's post
Reply





Messages In This Thread
Disable WebRTC - by Oblivious - 10-28-2017, 12:03 AM
RE: Disable WebRTC - by mothered - 10-28-2017, 04:32 AM
RE: Disable WebRTC - by Green Man - 05-10-2019, 02:46 AM
RE: Disable WebRTC - by darkninja1980 - 05-14-2019, 04:23 AM
RE: Disable WebRTC - by dismay - 05-10-2019, 03:46 AM
RE: Disable WebRTC - by Drako - 05-14-2019, 01:35 AM
RE: Disable WebRTC - by mothered - 05-14-2019, 10:13 AM
RE: Disable WebRTC - by Nil - 05-15-2019, 04:00 PM
RE: Disable WebRTC - by Thib4ult - 06-24-2019, 05:35 PM
RE: Disable WebRTC - by Yarrakk - 09-16-2019, 02:06 PM
RE: Disable WebRTC - by Gadzso - 04-30-2020, 03:18 PM



Users browsing this thread: 1 Guest(s)