From a495d1633ae06db40deef236a923771b88a9c997 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sun, 7 Jun 2020 13:55:45 +0200 Subject: [PATCH] Revert "(Temporary?) hotfix for broken certification-chain of openweathermap.org." This reverts commit ee99918d72d6bdd387818be69adf5f8ff2236806. --- src/extension.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/extension.js b/src/extension.js index 56113dd..927c9c2 100644 --- a/src/extension.js +++ b/src/extension.js @@ -1115,9 +1115,6 @@ class OpenweatherMenuButton extends PanelMenu.Button { if (_httpSession === undefined) { _httpSession = new Soup.Session(); _httpSession.user_agent = this.user_agent; - if (this._weather_provider == WeatherProvider.OPENWEATHERMAP) { - _httpSession.ssl_strict = false; - } } else { // abort previous requests. _httpSession.abort();