From 4b5e4244b8338c837a8132ff12686f29f222d89b Mon Sep 17 00:00:00 2001 From: Mariusz Krzaczkowski Date: Tue, 2 Jan 2024 09:25:56 +0100 Subject: [PATCH] Fixed #17360 --- modules/Settings/CurrencyUpdate/bankmodels/ECB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Settings/CurrencyUpdate/bankmodels/ECB.php b/modules/Settings/CurrencyUpdate/bankmodels/ECB.php index e9b2bc1b602..47273f09044 100644 --- a/modules/Settings/CurrencyUpdate/bankmodels/ECB.php +++ b/modules/Settings/CurrencyUpdate/bankmodels/ECB.php @@ -21,7 +21,7 @@ public function getName() public function getSource() { - return ['http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml', 'http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml']; + return ['https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml', 'https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml']; } // Returns list of currencies supported by this bank