thephpleague / thephpleague.github.io

The League of Extraordinary Packages website
thephpleague.com
MIT License
45 stars 34 forks source link

no secure way to load css/js #76

Closed Symphlion closed 8 years ago

Symphlion commented 8 years ago

Don't know where to let you guys know so i'll do it here, but loading in from http while on https doesn't work. On the root domain it's OK because it's a relative path, on the subdomains ( i.e. https://container.thephpleague.com ) it's not working.

Hope you'll be able to fix it.

reinink commented 8 years ago

Yeah, our site doesn't currently support HTTPS. It is hosted with GitHub Pages, which as far as I know, does not support this. Just hit up the non-HTTP version of the site instead. Ie: http://container.thephpleague.com/

Symphlion commented 8 years ago

Fair enough, i'll add an exception to https everywhere!

frankdejonge commented 8 years ago

I got this.

frankdejonge commented 8 years ago

@Symphlion @reinink check-it: https://flysystem.thephpleague.com/

reinink commented 8 years ago

Right, because we're hosting with Cloudflare. Nice!

Symphlion commented 8 years ago

:+1: