DVDAndroid / XposedInstaller

Materialised Xposed Installer
https://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
269 stars 57 forks source link

Correcting the Redirect issue from HTTP to HTTPS. #198

Closed Ibuprophen closed 6 years ago

Ibuprophen commented 6 years ago

A fix to accommodate the changes made by @rovo89 whereas he had enforced HTTPS on the server, but the HttpURLConnection class used by the Xposed Installer has issues with following redirects from HTTP to HTTPS.

If your pull request is a translation update, then the title of this pull must contains 'string' or 'translation'

Ibuprophen commented 6 years ago

In addition... This change is reflected by the comment made on https://github.com/rovo89/XposedInstaller/issues/454#issuecomment-425750949 issue post.

Thank you! :-)

~Ibuprophen

DVDAndroid commented 6 years ago

LGTM

Approved with PullApprove

DVDAndroid commented 6 years ago

idk when i'll upload a new apk

Ibuprophen commented 6 years ago

I'm not in a race myself but, I had noticed that this was an issue for some and not for others.

I believe that this is the only location where the Repo URL is specified...

If you know of any other locations, can you please provide me with a heads up?

Thanks a bunch! :-)

~Ibuprophen