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

Use HTTPS where possible #1

Merged
merged 1 commit into from Jul 26, 2015
Merged

Conversation

mathiasbynens
Copy link
Contributor

This avoids mixed-content errors on https://leaverou.github.io/stretchy/ and makes the bookmarklet work on HTTPS pages.

@@ -1,5 +1,5 @@
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700|Damion);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700|Damion);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couldn't we just use the protocol-relative URL? //?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tumblr_inline_n541bfzhjd1qgt12i

LeaVerou added a commit that referenced this pull request Jul 26, 2015
@LeaVerou LeaVerou merged commit dfedf69 into LeaVerou:gh-pages Jul 26, 2015
@LeaVerou
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants