Closed
Bug 1115668
Opened 11 years ago
Closed 11 years ago
Inappropriate mixed content warning message
Categories
(Core Graveyard :: Security: UI, defect)
Core Graveyard
Security: UI
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla37
People
(Reporter: emk, Assigned: emk)
Details
Attachments
(1 file)
|
3.36 KB,
patch
|
tanvi
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Open any web pages containing mixed display content (e.g. https://xkcd.com ).
2. Open Web Console.
Actual result:
Loading mixed (insecure) display content on a secure page "http://imgs.xkcd.com/static/terrible_small_logo.png"
Expected result:
Loading mixed (insecure) display content "http://imgs.xkcd.com/static/terrible_small_logo.png" on a secure page
The URL points the insecure subresource, not the secure toplevel resource.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8541695 -
Flags: review?(tanvi)
Comment 2•11 years ago
|
||
Comment on attachment 8541695 [details] [diff] [review]
patch
Thanks for catching this and providing a fix Masatoshi!
Attachment #8541695 -
Flags: review?(tanvi) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Comment 4•11 years ago
|
||
sorry had to back this out for breaking tests like https://treeherder.mozilla.org/logviewer.html#?job_id=4993157&repo=mozilla-inbound
| Assignee | ||
Comment 5•11 years ago
|
||
Sorry, relanded with the test fix:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=519d35fdd73e
https://hg.mozilla.org/integration/mozilla-inbound/rev/ecc306809984
Flags: in-testsuite+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Comment 7•11 years ago
|
||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•