Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable flags #133

Open
thbeh opened this issue Aug 24, 2022 · 1 comment
Open

Disable flags #133

thbeh opened this issue Aug 24, 2022 · 1 comment

Comments

@thbeh
Copy link

thbeh commented Aug 24, 2022

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
Copy link
Contributor

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

--disable-features=WebRtcHideLocalIpsWithMdns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants