Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Disabling WebRTC for Firefox ESR 68x via GPO or file

  • 4 përgjigje
  • 4 e kanë hasur këtë problem
  • 5 parje
  • Përgjigjja më e re nga Mike Kaply

more options

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.

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.

Krejt Përgjigjet (4)

more options

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);

more options

Good day,

I was just wondering if this has been added to the policy? The policy would be our best solution which would not require additional configurations.

more options
more options

To be more specific, it's a Preferences policy

media.peerconnection.enabled

and it's in the GPO.