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

The built-in Disqus now requires visitors to load unsafe scripts on https in order to comment. #306

Open
AetherCollective opened this issue Apr 7, 2016 · 4 comments

Comments

@AetherCollective
Copy link

The built-in Disqus now requires visitors to load unsafe scripts on https in order to comment. This didn't use to be necessary. If users don't do this step, they don't even see the Disqus comment box at the bottom of my page. It appears Disqus is not https compatible?

@Duroktar
Copy link

I had the same problem and was able to fix it by modifying -

project_dir/_includes/JB/comments_providers/disqus line 10
from dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
to dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';

I don't know if this is the "right" way but it did work for me.

Scott D.

@MMAMELEE
Copy link

MMAMELEE commented Jul 7, 2017

@Duroktar are you using Social Engine? Where did you find this file? I can't find anything with project_dir

@MMAMELEE
Copy link

MMAMELEE commented Jul 7, 2017

@Duroktar I found it...thank you!

@Duroktar
Copy link

Just noticing this now, sorry. Glad I was able to help someone :)

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