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

Fix mixed content problems #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix mixed content problems #8

wants to merge 2 commits into from

Conversation

tcely
Copy link

@tcely tcely commented Jun 8, 2018

If you prefer not to use unpkg.com here are some alternatives:

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css" integrity="sha256-uMIWcoYb/MuZqZAhL2P5WUi+lcsYFSBwas9TKb/BeWk=" crossorigin="anonymous" />

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js" integrity="sha256-IFHWFEbU2/+wNycDECKgjIRSirRNIDp2acEB5fvdVRU=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/pure-min.css" integrity="sha384-lOySmEwqMpTZg7qGlKnJGP2qq63ZUxNxXLJcCkY8VtmblQMsdg+Kqmiw/YnyT2n4" crossorigin="anonymous">

<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha384-CgeP3wqr9h5YanePjYLENwCTSSEz42NJkbFpAFgHWQz7u3Zk8D00752ScNpXqGjS" crossorigin="anonymous"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/pure-css/[email protected]/pure-min.css" integrity="sha384-lOySmEwqMpTZg7qGlKnJGP2qq63ZUxNxXLJcCkY8VtmblQMsdg+Kqmiw/YnyT2n4" crossorigin="anonymous">

<script type="text/javascript" src="//cdn.jsdelivr.net/gh/jquery/[email protected]/dist/jquery.min.js" integrity="sha384-CgeP3wqr9h5YanePjYLENwCTSSEz42NJkbFpAFgHWQz7u3Zk8D00752ScNpXqGjS" crossorigin="anonymous"></script>
<link rel="stylesheet" href="//cdn.rawgit.com/pure-css/pure-release/v0.5.0/pure-min.css" integrity="sha384-lOySmEwqMpTZg7qGlKnJGP2qq63ZUxNxXLJcCkY8VtmblQMsdg+Kqmiw/YnyT2n4" crossorigin="anonymous">

<script type="text/javascript" src="//cdn.rawgit.com/jquery/jquery/2.1.3/dist/jquery.min.js" integrity="sha384-CgeP3wqr9h5YanePjYLENwCTSSEz42NJkbFpAFgHWQz7u3Zk8D00752ScNpXqGjS" crossorigin="anonymous"></script>

@trueheart78 trueheart78 mentioned this pull request Oct 22, 2021
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.

1 participant