jonnermut / thesarvo

thesarvo.com climbing guide plugins and guide generators
2 stars 4 forks source link

Allow insecure network connections #15

Closed cammckenzie closed 4 years ago

cammckenzie commented 4 years ago

-By default Android no longer supports HTTP requests. thesarvo.com doesn't seem to support https (at least not for the resources the app needs), so exceptions have been added for the thesarvo.com domain. Exceptions have also been added for the BOM domain, as the weather stuff refers to the http:// address. This can probably be fixed by just changing the links in the Weather page.

jonnermut commented 4 years ago

LGTM, thanks. One of these days I'll add LetsEncrypt to the server, but probably only the next time I have to rebuild it.