Skip to content

Commit 42170a0

Browse files
authored
Update installations site_urls to use HTTPS
HTTPS should be used whenever possible through the API. API endpoint `okapi/services/apisrv/installation` is already returning `site_url` with HTTPS.
1 parent affdbbb commit 42170a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/installations.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
read by every OKAPI installation, *directly from repository*. See the code for
55
services/apisrv/installations method for explanation.
66
-->
7-
<installation site_url="http://opencaching.pl/"/>
8-
<installation site_url="http://www.opencaching.de/"/>
9-
<installation site_url="http://www.opencaching.us/"/>
7+
<installation site_url="https://opencaching.pl/"/>
8+
<installation site_url="https://www.opencaching.de/"/>
9+
<installation site_url="https://www.opencaching.us/"/>
1010
<installation site_url="http://www.opencaching.nl/"/>
1111
<installation site_url="http://www.opencaching.ro/"/>
12-
<installation site_url="http://opencache.uk/"/>
12+
<installation site_url="https://opencache.uk/"/>
1313
</installations>

0 commit comments

Comments
 (0)