Disabling WebRTC for Firefox ESR 68x via GPO or file
Our security division has asked that we disable and lock Webrtc for all deployments of firefox. How do we configure/implement this when we automatically deploy firefox? We can do it either via Group Policy or a file on the client computer.
Mehr Details zum System
Installierte Plugins
None
Anwendung
- User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Weitere Informationen
The preference:
media.peerconnection.enabled
controls this.
We don't have a policy right now, but I'll see about getting one added.
In the meantime, you can use Autoconfig to just set this preference to false:
https://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/
If it doesn't work, you might need to add an additional preference to autoconfig.js:
pref('general.config.sandbox_enabled', true);