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

HTTPS issue #32

Closed
PeterDaveHello opened this issue Sep 2, 2014 · 1 comment
Closed

HTTPS issue #32

PeterDaveHello opened this issue Sep 2, 2014 · 1 comment

Comments

@PeterDaveHello
Copy link
Contributor

Chrome will blocked normalize.min.css automatically because the website use https protocol but the lib doesn't, the warning in Chrome's console :

The page at 'https://simonwhitaker.github.io/github-fork-ribbon-css/' was loaded over HTTPS, but ran insecure content from 'http:https://oss.maxcdn.com/libs/normalize-css/3.0.0/normalize.min.css': this content should also be loaded over HTTPS.

simonwhitaker added a commit that referenced this issue Sep 2, 2014
use protocol-relative URL to load library, fix #32
@XhmikosR
Copy link
Contributor

XhmikosR commented Sep 9, 2014

Well, the reason for this choice, is that protocol relative URLs don't work via file. And I didn't want to make Jekyll a requirement for local development back then.

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

2 participants