WICG / shape-detection-api

Detection of shapes (faces, QR codes) in images
https://wicg.github.io/shape-detection-api
Other
306 stars 36 forks source link

Restrict to secure contexts #71

Closed reillyeon closed 5 years ago

reillyeon commented 5 years ago

While this API does not provide access to information not otherwise available to the page this API is likely to be processing privacy-sensitive information (such as images taken with the user's camera) that should not be leaked over an insecure connection and so this feature should be limited to secure contexts.

@tomayac

tomayac commented 5 years ago

Hooray, the right thing to do :-) Thanks!