Closed
Bug 1947442
Opened 1 month ago
Closed 1 month ago
Feed subscription window can't show feed favicon due to 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:
- Add a feed account
- Manage subscriptions
- Add a feed, like
https://blog.thunderbird.net/feed
The favicon of the newly added feed is not visible. CPS error:
Content-Security-Policy: The page’s settings blocked the loading of a resource (img-src) at data:image/x-icon;base64,AAABAAQAEBAAAAE… because it violates the following directive: “default-src chrome:” 130 feed-subscriptions.xhtml
Assignee | ||
Comment 1•1 month ago
|
||
It looks like all feed icons are converted to data: URLs so we don't need to worry about listing other protocols.
Updated•1 month ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/f0167186218b
Allow data: images in feed subscriptions window. r=vineet
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Assignee | ||
Updated•1 month ago
|
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•