maddyblue/goread

How to disable redirect to https?

rexdf opened this issue · 2 comments

rexdf commented

I use an old version which can be visited from my custom domain. After upgrading to latest, it always redirect to https, and I have to use https://*.appspot.com. I don't care about rss security, because I have to use it in a vpn. So how can I use the http version?

Remove the secure: always lines from your app.yaml.

rexdf commented

It works! Thank you so much.