Console Geolocation Error with Embed
-
Hello - FYI, I'm getting the following console error when using the stock
<iframe>
embed in Safari 16.2:Feature policy 'Geolocation' check failed for iframe with origin 'https://embed.windy.com' and allow attribute ''.
the error is on
embed2.js:49:260
. I don't believe the error is a result of browser privacy settings, but I could be wrong about that.I don't get the error on FireFox 106, and I don't use Chrome.
-
When I load the embed source outside the
<iframe>
, I'm tapped by Safari to allow windy.com access to location data. This, at least theoretically, shouldn't be necessary since the requested lat/long is within the embedded URI and browser location may be meaningless to the request (the browser may not be located at the requested location).Is there an API flag to suppress the request for the browser's location?