Mit
Mit

Reputation: 23

How to fix Mixed Content issue

Mixed Content: The page at 'https://www.yourside.com' was loaded over HTTPS, but requested an insecure script 'http://w.sharethis.com/button/buttons.js'. This request has been blocked; the content must be served over HTTPS

I have already checked to update HTTP to HTTPS but not sure from which plugin it is rendering the Javascript file.I have checked all the files for reference but not found any file with this Javascript.

Need help guys.

Upvotes: 0

Views: 2188

Answers (1)

StackOverflower
StackOverflower

Reputation: 1097

You need to change your sharethis url from this

http://w.sharethis.com/button/buttons.js

to this

https://ws.sharethis.com/button/buttons.js

You can read more about it here http://support.sharethis.com/customer/portal/articles/475097-ssl-support#sthash.VsVVawLB.dpbs

Upvotes: 2

Related Questions