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

Need https for addthis and diqus in default template #510

Closed
rnwolf opened this issue Jun 11, 2013 · 1 comment
Closed

Need https for addthis and diqus in default template #510

rnwolf opened this issue Jun 11, 2013 · 1 comment

Comments

@rnwolf
Copy link

rnwolf commented Jun 11, 2013

The default templates for addthis and disqus need https not http.
This is because Chrome and Chromium block access because as they consider this insecure.
Firefox works fine.

base_helper.tmpl
line 83 from ..src="http://s7.addthis.com/... to ...src="https://s7.addthis.com/...

The same for disqus template disqus_helper.tmpl
line 23 from ....dsq.src = 'http://' + disqus_..... to ....dsq.src = 'https://' + disqus_.....

@ralsina
Copy link
Member

ralsina commented Jun 11, 2013

I used "//s7..." which should do the right thing both if your site is HTTPS (safer) and HTTP (Faster)

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

2 participants