Closed
Bug 544718
Opened 15 years ago
Closed 12 years ago
Mixed-content SSL warning when viewing t-shirt over HTTPS
Categories
(Websites :: communitystore.mozilla.org, defect)
Websites
communitystore.mozilla.org
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: reed, Assigned: reed)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
2.04 KB,
patch
|
Details | Diff | Splinter Review |
The preview image for the shirt is using an absolute URL, which causes a mixed-content SSL warning when a user views a shirt in the gallery.
<div class="preview-outer-wrapper" style="background:#716B77;">
<div class="preview-wrapper" >
<img class="preview" src="http://communitystore.mozilla.org//uploads/f0e70d76221f85ee0f1d422a9253bc71_medium.png" />
</div>
</div>
Need to just change the code to use a relative URL here (/uploads/f0e70d76221f85ee0f1d422a9253bc71_medium.png), which will fix the problem.
Assignee | ||
Comment 1•15 years ago
|
||
Updated•12 years ago
|
Blocks: mozorg-mixedcontent
Comment 2•12 years ago
|
||
communitystore.mozilla.org doesn't exist anymore.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•