SafariPlus icon indicating copy to clipboard operation
SafariPlus copied to clipboard

Disable motion & orientation access on iOS < 12.2

Open exxr opened this issue 6 years ago • 2 comments

How hard is it to implement this privacy feature in Safari before iOS 12.2 when Apple patched it? Can we disable sensors access?

exxr avatar Jun 04 '19 11:06 exxr

Disabling it globally should be doable as long as there is an API that's used by Safari to supply the data, site specific would be pretty difficult.

How does Apple handle this? Is there any video of this in action?

opa334 avatar Jun 05 '19 14:06 opa334

Yeah since iOS 12.2 Apple has a toggle to enable/disable the DeviceMotionEvent and DeviceOrientationEvent events. See this article https://www.macrumors.com/2019/02/04/ios-12-2-safari-motion-orientation-access-toggle/

For more info on the privacy issues, check this out https://sensorid.cl.cam.ac.uk

exxr avatar Jun 05 '19 15:06 exxr