Web page favicons missing from about:performance
Categories
(Core :: DOM: Security, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox67 | --- | unaffected |
firefox67.0.1 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | verified |
People
(Reporter: ke5trel, Assigned: jallmann)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [domsecurity-active])
Attachments
(2 files)
Comment 2•6 years ago
|
||
I guess we need to know how those favicons are loaded and then open up the CSP so those get loaded.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Is this as simple as adding img-src data:
to the CSP of aboutPerformance.xhtml
?
It seems to work, the icons are back when I apply this change. I'm just not familiar with CSP at all so far, so I just wanted to make sure that is what you meant by "open up the CSP".
Assignee | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
(In reply to Jonas Allmann [:jallmann] from comment #4)
Is this as simple as adding
img-src data:
to the CSP ofaboutPerformance.xhtml
?
It seems to work, the icons are back when I apply this change. I'm just not familiar with CSP at all so far, so I just wanted to make sure that is what you meant by "open up the CSP".
Yep, that's fine with me - thanks!
Assignee | ||
Comment 6•6 years ago
|
||
Amend CSP of aboutPerformance.xhtml to allow loading favicons through data: URIs.
Comment 8•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Confirmed issue with 69.0a1(20190625215814).
Fix verified with 69.0b7 on Windows 10, macOS 10.14, Ubuntu 18.04.
Updated•3 years ago
|
Description
•