XtraBros / smart-itinerary-planner

Smart itinerary planner empowered by AI.
Apache License 2.0
1 stars 0 forks source link

[fix] Sometimes clicking the top right corner doesn't retrieve the current location #31

Closed wangchongyu closed 1 month ago

zwzac commented 1 month ago

Issue is not due to code error, but due to connection to host website being insecure. Error message: [blocked] Access to geolocation was blocked over insecure connection to (url)

acekillersg commented 1 month ago

Issue is not due to code error, but due to connection to host website being insecure. Error message: [blocked] Access to geolocation was blocked over insecure connection to (url)

@wangchongyu @zwzac I think we always need to use HTTPS to visit the website, then this problem will not occur.