balena-io-experimental / browser

A drop-in web browser block
99 stars 76 forks source link

Disable flags #133

Open thbeh opened 2 years ago

thbeh commented 2 years ago

Hi, I am trying to incorporate balena-cam into an app with browser blocks. For this to work, I have to disable a flag which is needed for balena-cam to display. From within Chromium I would need to change the following

chrome://flags/#enable-webrtc-hide-local-ips-with-mdns and set it to Disabled

I tried creating a FLAGS variable and override with

--disable-features=enable-webrtc-hide-local-ips-with-mdns

but it doesn't seems to work. Please advice. Thanks in advance.

phil-d-wilson commented 1 month ago

@thbeh sorry for the delay. Please can you test with passing in the flag:

--disable-features=WebRtcHideLocalIpsWithMdns