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

insecure mixed content (detected by netlify) #74

Open
mattf opened this issue Oct 3, 2018 · 3 comments
Open

insecure mixed content (detected by netlify) #74

mattf opened this issue Oct 3, 2018 · 3 comments

Comments

@mattf
Copy link
Member

mattf commented Oct 3, 2018

<script src="http://freevariable.com/mint/?js" type="text/javascript"></script>

http://freevariable.com/mint/?js has an https option that should be used

mattf added a commit to mattf/silex that referenced this issue Oct 3, 2018
address radanalyticsio#74

netlify flagged mixed http and https content
@mattf
Copy link
Member Author

mattf commented Oct 3, 2018

@jkremser
Copy link
Member

jkremser commented Oct 3, 2018

I like using this

<script src="//freevariable.com/mint/?js" type="text/javascript"></script>

so it'll use the same protocol as the website itself

@BusyCranis
Copy link

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

3 participants