troddit
troddit copied to clipboard
Reddit redirect links adding https
For a while I thought my problem was the add-on I was using to redirect reddit links to my local troddit instance, but looking into it today I think I've narrowed the issue down to troddit's internal link rewriting.
My local instance is not using SSL, so it is accessed via http://. When clicking on a reddit link from within troddit, the links are rewritten from https://www.reddit.com to https://IP:PORT which then fails to open with an SSL related error. I need to delete the s from after http in the address bar to continue to the post.
Perhaps the rewrite is only targeting after the slashes, but could be changed to include the http portion as well?