Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken website #61

Closed
vtrrsl opened this issue Jun 17, 2016 · 4 comments
Closed

Broken website #61

vtrrsl opened this issue Jun 17, 2016 · 4 comments

Comments

@vtrrsl
Copy link

vtrrsl commented Jun 17, 2016

Hey, thanks for this nice project.

I was looking for documentation at the website, but it's broken in all browsers I've tried. It seems the issue is that some content is served over http, which the browser blocks.

@sagalbot
Copy link
Owner

That's very strange! All of the content should be served over http as it's just a simple GitHub pages site. I've tested on Safari, Chrome and Firefox this morning all loading fine.

Any more information you can give me? Screenshot or console output?

Thanks

@svenluijten
Copy link
Contributor

svenluijten commented Jun 18, 2016

I'm getting the same thing. Luckily, there's an easy fix. Just change all the assets loaded with http://... to https://... or load them without a scheme and let the browser figure it out (//example.com/assets...).

Here are some screenshots of the website when broken and the console output:

ss 2016-06-18 at 01 43 49
ss 2016-06-18 at 01 43 59
ss 2016-06-18 at 01 44 40

I can work on a PR to fix the issue if you want, @sagalbot? 😄

@svenluijten
Copy link
Contributor

Alternatively, you can disable GitHub Pages from forcing HTTPS via this repository's settings, though I wouldn't recommend that 😉

@sagalbot
Copy link
Owner

Thanks all! Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants