Closed
Bug 1556396
Opened 6 years ago
Closed 4 months ago
prevent storing favicons for unsupported protocols
Categories
(Toolkit :: Places, defect, P3)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
133 Branch
People
(Reporter: mak, Assigned: yazan)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [favicons-2024][sng])
User Story
Attachments
(1 file, 1 obsolete file)
Bug 1556396 - Prevent icons assigned to unsupported protocol page URLs from being saved to db. r?mak
48 bytes,
text/x-phabricator-request
|
Details | Review |
Looking at some favicons.sqlite dbs, I noticed a bunch of icons assigned to about: and file: urls, that should not be necessary, and are very likely bogus.
The about icons may be result of our "smart" assignment of icons to bookmarks. file:// icons should not be stored, afaict (TBD)
Reporter | ||
Updated•6 years ago
|
Component: Bookmarks & History → Places
Product: Firefox → Toolkit
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Updated•7 months ago
|
Whiteboard: [favicons-2024]
Updated•7 months ago
|
Whiteboard: [favicons-2024] → [favicons-2024][sng]
Updated•7 months ago
|
Reporter | ||
Updated•6 months ago
|
Points: 5 → 3
User Story: (updated)
Reporter | ||
Updated•6 months ago
|
User Story: (updated)
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → yalmacki
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•4 months ago
|
||
Rethinking about it, there's existing use cases to store favicons for about or file pages.
For example a user may save websites and then bookmark the file: URL, then use the icons to more easily distinguish bookmarks.
So let's convert this into a defensive mechanism where we only allow storing icons for http, http, file, about.
Reporter | ||
Updated•4 months ago
|
Summary: Investigate favicons assigned to about: or file: pages → prevent storing favicons for unsupported protocols
Reporter | ||
Updated•4 months ago
|
User Story: (updated)
Assignee | ||
Comment 3•4 months ago
|
||
Updated•4 months ago
|
Attachment #9423214 -
Attachment is obsolete: true
Pushed by yalmacki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b4ed5a7724f9
Prevent icons assigned to unsupported protocol page URLs from being saved to db. r=mak,places-reviewers
Comment 5•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•