Closed EtiennePerot closed 10 years ago
Hi Etienne, looking at those occurrences, the only URLs which are actually used to establish http connections are:
I'd like to take a conservative approach, since I'm not completely sure how older android devices handle these URL, especially when dealing with the API calls (e.g. I would not like them to set up a new TLS exchange each time I call the API, or to be finnicky with the CA) I think I'll add a new option (enable TLS, default: false) so that people can experiment with this and tell me if they encounter any problem. This option will:
After a few releases, if I receive positive feedback, I'll set default=yes, but keep it optional. Of course URLs in messages will be fixed ASAP
Sounds good to me!
Features available in 1.13.0 (released today)
Hi there,
I ran the following on the source code:
WaniKani is available over HTTPS now, so I think it should be a good idea to switch those URLs over to that.