fmidev / weather-app

FMI's official weather application for mobile devices
6 stars 2 forks source link

Investigate why app is calling generate_204 Google API #578

Open geosaaga opened 4 weeks ago

geosaaga commented 4 weeks ago

The app is calling

https://clients3.google.com/generate_204

constantly. Probably some library is testing is network connection working. But using Google API might be problematic because of GDPR reasons. Investigate can these API calls be removed or replaced with some other API.