Closed
Bug 551969
Opened 15 years ago
Closed 15 years ago
Broken SSL with sharethis
Categories
(Websites Graveyard :: getpersonas.com, defect)
Websites Graveyard
getpersonas.com
Tracking
(Not tracked)
VERIFIED
FIXED
2.7
People
(Reporter: u278084, Assigned: janitux)
References
()
Details
Attachments
(1 file, 1 obsolete file)
|
3.14 KB,
patch
|
rdoherty
:
review+
|
Details | Diff | Splinter Review |
Load the above URL, you'll notice that warning about unencrypted data being sent. Looks to be caused by the sharethis javascript code, which is being loaded using http.
Understood if this is WONT FIX according to bug 486371#c7
Comment 1•15 years ago
|
||
We should probably fix this as we do allow viewing the site over ssl. Bug 486371 was about requiring ssl only for getpersonas.com
Target Milestone: --- → 2.6
Updated•15 years ago
|
Target Milestone: 2.6 → 2.7
Comment 2•15 years ago
|
||
Patricio: The site needs to detect if the site is being served by SSL and change the sharethis JS link to https.
You can see example code in server/lib/cdn_config.php
Assignee: nobody → janitux
| Assignee | ||
Comment 3•15 years ago
|
||
Attachment #438010 -
Flags: review?(rdoherty)
Updated•15 years ago
|
Attachment #438010 -
Flags: review?(rdoherty) → review+
Updated•15 years ago
|
Attachment #438010 -
Flags: review-
Comment 4•15 years ago
|
||
Comment on attachment 438010 [details] [diff] [review]
Proposed Patch
sharethis doesn't support SSL, so this won't work...
Should just not display it on SSL-ized pages (or swap to something else like addthis).
Comment 5•15 years ago
|
||
(In reply to comment #4)
> (From update of attachment 438010 [details] [diff] [review])
> sharethis doesn't support SSL, so this won't work...
>
> Should just not display it on SSL-ized pages (or swap to something else like
> addthis).
Arg, ok. Patricio, please replace the sharethis code with addthis (localize 'Share' and detect ssl):
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=personas" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=personas"></script>
| Assignee | ||
Comment 6•15 years ago
|
||
Now using addthis, the text is localized and detects SSL.
I'm still working on the alignment.
Attachment #438010 -
Attachment is obsolete: true
Attachment #438377 -
Flags: review?(rdoherty)
Comment 7•15 years ago
|
||
Comment on attachment 438377 [details] [diff] [review]
Proposed patch with addthis v1
Awesome, looks good!
Attachment #438377 -
Flags: review?(rdoherty) → review+
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•