SoylentNews / slashcode

The slashcode repository for SoylentNews. The initial code base was uploaded as it appeared on Sourceforge as of the last commit in September 2009
http://soylentnews.org
GNU General Public License v2.0
44 stars 22 forks source link

http links on https pages #408

Closed TheMightyBuzzard closed 9 years ago

TheMightyBuzzard commented 9 years ago

Have unconfirmed reports of http links showing up on https pages.

paulej72 commented 9 years ago

yep that is a problem. links are hard coded all over the site. should use a different method to generate them that is protocol agnostic. there are two vars that reference the root of a site and one is http and one is https.

NCommander commented 9 years ago

Shouldn't be an issue, as we're going HTTPS by default next upgrade; absolutedir and absolutedir_secure == https. Given no one is using slashcode/rehash except us, I don't think its worth the headache to try and fix this "properly", so I'm killing this bug, as it will be fixed in the next site upgrade.