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

Avoid mixed-content errors if loaded over HTTPS #196

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from

Commits on Feb 24, 2015

  1. Avoid mixed-content errors if loaded over HTTPS

    GH Pages got (unofficial) HTTPS support since April 2014:
    https://konklone.com/post/github-pages-now-sorta-supports-https-so-use-it
    and at least HTTPS Everywhere users will load https://leaverou.github.io/animatable/ and scratch their heads why nothing animates.
    
    Left the main JS reference protocol-relative so http doesn't entirely break for non-SNI browsers (IE on XP, stock browser on Android 2.x) or in case Github's https support breaks.
    AFAIK google analytics URL works but might cause security popup on IE6.
    cben committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    f329c81 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Use github.io because https://leaverou.github.com 301s to http://leav…

    …erou.github.io
    
    which resulted in mixed-content error despite the protocol-relative url.
    cben committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    8fd7a5b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2015

  1. Configuration menu
    Copy the full SHA
    86df21f View commit details
    Browse the repository at this point in the history