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

Demo not loading dependencies over https #5

Closed
STRML opened this issue Mar 12, 2015 · 1 comment
Closed

Demo not loading dependencies over https #5

STRML opened this issue Mar 12, 2015 · 1 comment

Comments

@STRML
Copy link

STRML commented Mar 12, 2015

Some browsers seem to be pinning github.io to https - likely a recent use of HSTS. Since your scripts are not loaded over HTTPS, modern browsers will refuse to load them and the demo shows a blank white page.

You can fix this by simply changing the scripts to be protocol-agnostic (starting with // instead of http:// or https://).

@codesuki
Copy link
Owner

Thanks! Will do :)
I will update the example to include Brushing today, too.

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