jaredhaight / lgod

http://www.livegeekordie.com
1 stars 0 forks source link

http and https pages have 2 differents fonts #26

Open Murphinator2000 opened 10 years ago

Murphinator2000 commented 10 years ago

If you view this page (https) https://www.livegeekordie.com/article/nintendos-super-smashing-sale-week-4/ it has a different font than the one at (http) http://www.livegeekordie.com/article/nintendos-super-smashing-sale-week-4/

I personally prefer the http one but is it a CSS issue I'm guessing?

Murphinator2000 commented 10 years ago

If you click the link make sure you put https:// in front as I think it defaults to http://

jaredhaight commented 10 years ago

Correct, the CSS and potentially JS won't load over https. While it's a poor design, the https links aren't actually intended to be shared with anyone. We're using https purely to protect user credentials.

In addition to the dependencies not loading over HTTPS, browsing the site also skips our caching layer. Another reason why these links should not be shared out through facebook or what have you.

I may be able to build some logic that only allows logged in users to browse over https, and will redirect others to an http version of the page if available.

On Thu, Sep 25, 2014 at 2:19 PM, Murphinator2000 notifications@github.com wrote:

If you click the link make sure you put http:// in front as I think it defaults to https://

— Reply to this email directly or view it on GitHub https://github.com/jaredhaight/lgod/issues/26#issuecomment-56860997.