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

[Windows] Hide the presence of the webcam if the user has not given permission #480

Closed
5 tasks done
uazo opened this issue Oct 29, 2023 · 0 comments
Closed
5 tasks done
Labels
enhancement New feature or request It would be nice to have it It would be nice to have it, in my opinion

Comments

@uazo
Copy link
Owner

uazo commented Oct 29, 2023

Preliminary checklist

  • I have read the README
  • I have read the FAQs.
  • I have searched existing issues for my feature request. This is a new issue (NOT a duplicate) and is not related to another issue.
  • I have searched wont fix issues and this request is not among them
  • This is a feature request for the Cromite browser; not the website nor F-Droid nor anything else.

Is your feature request related to privacy?

Yes

Is there a patch available for this feature somewhere?

done by me

Describe the solution you would like

currently await navigator.mediaDevices.enumerateDevices() shows the devices in the system.
a new flag was added in 119 that hides more than 1 devices per type (audioinput, audiooutput, videoinput).
the idea is to always hide videoinput if the user has not given permission: this would not allow to know whether the user has a webcam installed in the system.

Describe alternatives you have considered

n/a

@uazo uazo added enhancement New feature or request It would be nice to have it It would be nice to have it, in my opinion labels Oct 29, 2023
@uazo uazo mentioned this issue Oct 29, 2023
18 tasks
@uazo uazo closed this as completed Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request It would be nice to have it It would be nice to have it, in my opinion
Projects
None yet
Development

No branches or pull requests

1 participant