Closed
Bug 1661091
Opened 4 years ago
Closed 4 years ago
topSites api returns resource and chrome urls for favicon
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1662654
People
(Reporter: mixedpuppy, Assigned: zombie)
References
Details
I missed that in the initial review adding the test, noticed it now in https://phabricator.services.mozilla.com/D85022
I'm not sure what we should do with that, return data urls, or null?
Comment 1•4 years ago
|
||
In other extension APIs (tabs, theme, search), we return data:
-URLs.
In the contextualIdentities
API we also return resource:
-URLs.
If we care about extensions being able to access the URLs, then we should either use data:
-URLs, or at least resource:
.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → tomica
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•