Closed (fixed)
Project:
ShareThis
Version:
7.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Mar 2013 at 18:13 UTC
Updated:
4 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jlockhartWorked for me, site reports all secure now.
Comment #2
AL the X commentedBetter would be to include the Javascript _without_ the protocol, e.g.
<script src="//example.com/path/to/library.js"></script>, which bypasses the problem of checking (or normalizing) the$_SERVER["HTTPS"]value.Comment #3
Gaofengzzz commented@AL the X, thank you for your idea. But it is not work in my side.
I have created a patch as @Gwellin's code.
Comment #4
Gaofengzzz commentedThis patch has been commited. See 2349f54. Thank you