-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
In the weather widget I can not select any other city than Warsaw. The console shows the likely source of the error:
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://geocoding-api.open-meteo.com/v1/search?name=Munich&count=5&language=en&format=json because it violates the following directive: “connect-src 'self' ws: wss:”
The same error also prevents to preview the weather in the screen editor:
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://api.open-meteo.com/v1/forecast?latitude=52.2297&longitude=21.0122¤t=temperature_2m%2Cweather_code%2Crelative_humidity_2m%2Cwind_speed_10m&hourly=temperature_2m%2Cweather_code%2Crelative_humidity_2m%2Cwind_speed_10m&forecast_days=1&timezone=auto because it violates the following directive: “connect-src 'self' ws: wss:”
Reactions are currently unavailable