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

Motion sensors #67

Open
Madis0 opened this issue Dec 26, 2019 · 3 comments
Open

Motion sensors #67

Madis0 opened this issue Dec 26, 2019 · 3 comments

Comments

@Madis0
Copy link

Madis0 commented Dec 26, 2019

Chromium now treats motion sensors as a permission. Would be a good idea to add a check for it.

@FluorescentHallucinogen
Copy link
Contributor

@Madis0 Do you mean https://www.reddit.com/r/chrome/comments/b1e4v3/now_chrome_tells_you_when_a_site_is_using_your/?

If so, you can allow/block sensors in Chromium, but there is no any permission request.

Permission requests for Device Orientation/Motion is in the spec (https://w3c.github.io/deviceorientation/#dom-deviceorientationevent-requestpermission, https://w3c.github.io/deviceorientation/#dom-devicemotionevent-requestpermission), but currently implemented only in WebKit on iOS (https://bugs.webkit.org/show_bug.cgi?id=195329), implementation in Chromium is still in progress (https://crbug.com/947112).

If you mean the new Generic Sensor API (https://w3c.github.io/sensors/), there is no any permission requests in both, spec and implementations.

See #88. 😉

@Madis0
Copy link
Author

Madis0 commented Nov 8, 2021

I meant the first and while yes, there is no prompt, there is no prompt for some other things either (e.g. EME on Chrome), so it would still help in checking how different browsers react to it.

@FluorescentHallucinogen
Copy link
Contributor

See also #97. 😉

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