Closed
Bug 1947441
Opened 6 months ago
Closed 6 months ago
Tabmail tries to set favicon to data: URI blocked by CSP
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
137 Branch
People
(Reporter: freaktechnik, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Open Thunderbird with a new profile
tabmail-tab is unhappy about the CSP (this is the remote favicon of the privacy policy I think):
Content-Security-Policy: The page’s settings blocked the loading of a resource (img-src) at data:image/png;base64,iVBORw0KGgoAAAANSU… because it violates the following directive: “img-src chrome: moz-icon:” tabmail-tab.js:174:12
Content-Security-Policy: The page’s settings blocked the loading of a resource (img-src) at data:image/x-icon;base64,AAABAAMAEBAAAAE… because it violates the following directive: “img-src chrome: moz-icon:”
Reporter | ||
Comment 1•6 months ago
|
||
This also appears to affect the favicons of extension tabs. They also try to set a data:
URI as favicon.
Assignee | ||
Comment 2•6 months ago
|
||
This nearly happened right the first time, but I thought I'd removed the need for it.
Updated•6 months ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/31b241cc9cb7
Allow data: images in messenger.xhtml CSP. r=vineet
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 months ago
|
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•