Closed (fixed)
Project:
Mollom
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2012 at 23:32 UTC
Updated:
25 Dec 2013 at 18:20 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
sunHm. The schema seems to be hard-coded in the .swf that is hosted on mollom.com; i.e., not part of the Mollom module.
I've reported this issue upstream. Will leave this issue open until the upstream issue is fixed.
Comment #2
eshta commentedThi has been fixed now. The swf will pull data from http or https depending on the protocol of the calling page.
Please re-open if you continue to see any ssl errors.
Comment #3
eshta commentedSpoke too soon. In order to enable this we also need to enable javascript access from the SWF in order to utilize scripting to read the protocol from the url. I'm attaching a patch that addresses this.
Comment #4
sunLooks good to me.
Comment #5
eshta commentedThanks - but the more I think of it. This doesn't have to be necessary. The module includes the swf from a secure domain already, there really isn't a reason to load the data from an insecure protocol other than a minimal speed gain. Perhaps the url for the feed should just always be secure.
Comment #6
eshta commentedThis should be fixed based on some work done to the statistics SWF itself and no longer needs the patch. Since all modules include the SWF from the secure domain, the data is just pulled from the secure domain as well. Therefore no changes are needed to Flash permissions, etc.