dillbyrne / random-agent-spoofer

Firefox addon - Rotates complete browser profiles ( from real browsers / devices ) at a user defined time interval. It includes many extra privacy enhancing options
https://addons.mozilla.org/en-US/firefox/addon/random-agent-spoofer/
GNU General Public License v3.0
614 stars 108 forks source link

Disable webRTC doesn't work #569

Closed AdamFo closed 6 years ago

AdamFo commented 6 years ago

According to whoer.net "Disable webRTC" option doesn't work in RAS, when with "Disable WebRTC" plugin it does work.

Atavic commented 6 years ago

How to disable WebRTC in Firefox?

ghacks-user.js section 2000: MEDIA / CAMERA / MIC

user_pref("media.peerconnection.enabled", false);
user_pref("media.peerconnection.use_document_iceservers", false);
user_pref("media.peerconnection.video.enabled", false);
user_pref("media.peerconnection.identity.enabled", false);
user_pref("media.peerconnection.identity.timeout", 1);
user_pref("media.peerconnection.turn.disable", true);
user_pref("media.peerconnection.ice.tcp", false);
user_pref("media.navigator.video.enabled", false); // video capability for WebRTC

Also related is Section 1840.