w3c / geolocation

W3C Geolocation API
https://www.w3.org/TR/geolocation/
81 stars 56 forks source link

Non-secure context check vanished from the spec #156

Closed marcoscaceres closed 4 months ago

marcoscaceres commented 4 months ago

Seems the non-secure context check vanished from the spec at some point.

We should bring that back. Also, it seems it doesn't need to be done in parallel. We can check it on the main thread.