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

Make Disqus js available over non-https as well #8

Merged
merged 1 commit into from
Dec 26, 2017

Conversation

StianOvrevage
Copy link
Contributor

Replaced https://{{ site.disqus.shortname }}.disqus.com/embed.js with //{{ site.disqus.shortname }}.disqus.com/embed.js. Browsers will not load the https content if the parent page is served over http. This breaks for example Github Pages. GH pages with custom domain cannot be served over https.

Replaced `https://{{ site.disqus.shortname }}.disqus.com/embed.js` with `//{{ site.disqus.shortname }}.disqus.com/embed.js`. Browsers will not load the https content if the parent page is served over http. This breaks for example Github Pages. GH pages with custom domain cannot be served over https.
@fongandrew
Copy link
Owner

Looks good. Thanks!

@fongandrew fongandrew merged commit a670ee1 into fongandrew:master Dec 26, 2017
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.

2 participants