Closed (fixed)
Project:
Flattr (D7)
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2012 at 22:40 UTC
Updated:
18 Aug 2013 at 12:41 UTC
Hey,
I switched my drupal page to HTTPS and want to continue having a flattr button. Browsers such as Chrome whine about insecure content when you execute scripts from an external HTTP (unencrypted) site in that context.
Attached you can find a patch which implements a fix for this. Please include this in your next release.
Thanks,
Best regards,
Michael
| Comment | File | Size | Author |
|---|---|---|---|
| flattr-https.patch | 674 bytes | michael__ |
Comments
Comment #1
Letharion commentedThanks for reporting. I had to make some changes to the patch so it would work with various other fixes. Commited and pushed to 7.x-1.x.
Needs backport to 6.x.
Comment #2
Letharion commentedPushed to D6 as well.
Comment #4
yan commentedIn 6.x-1.0-rc1 the js is still included through a non-secure URL:
<script type="text/javascript" src="http://api.flattr.com/js/0.6/load.js?mode=auto"></script>Has something been forgotten in the patch? I guess this comes from line 181:
Comment #5
dawehnerPlease create a patch.
Comment #6
yan commentedMy bad, it seems I looked at an older version. In 6.x-1.0-rc1 it is already implemented: