-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 motion sensors on desktop #4789
Comments
Looks like this is a trivial fix: https://github.com/bromite/bromite/blob/master/build/patches/disable-sensors-access-site-setting-by-default.patch See bromite/bromite#319. |
Re-opening after brave/brave-core#2802 was reverted with brave/brave-core#3517 |
Verification passed on
Verified test plan from brave/brave-core#2802 Verified that Motion Sensors are off by default on clean profile and upgrade from 0.70.x Verified passed with
Verification passed on
|
Test plan
See brave/brave-core#2802
Description
Currently Brave enables the motion sensor APIs by default
Brave blocks motion sensors on Android by default currently (https://github.com/brave/browser-android-tabs/issues/1669). Would be good to disable on desktop too by default. Most of the time it'll be a no-op, but would be relevant on some systems (e.g. tablets).
Low web compat risk since most other browsers don't support: https://caniuse.com/#search=sensor
The text was updated successfully, but these errors were encountered: