Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Hide Firefox Camera Icon Overlay in Windows

I'm working on a kiosk project that uses Firefox and mozGetUserMedia to access an attached camera.

The problem is, even using kiosk addons (like mKiosk) this icon appears at the top of the screen whenever the camera is accessed using mozGetUserMedia:

enter image description here

Here you can see it at the top of the screen. enter image description here

I have tried searching through the options on the

about:config

page, but I can't find any setting that disables this. It only shows up on Windows, and not OS X.

How can I disable this icon?

like image 713
Pop-A-Stash Avatar asked Jun 15 '15 18:06

Pop-A-Stash


1 Answers

In the about:config settings, set privacy.webrtc.legacyGlobalIndicator to false.

like image 174
dtkaias Avatar answered Oct 04 '22 15:10

dtkaias