Closed
Bug 1848903
Opened 1 year ago
Closed 1 year ago
Investigate whether we can follow the current spec regarding base64 data URLs
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: twisniewski, Assigned: twisniewski)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
There was a long spec discussion which included whether or not ;base64
should be permissible only at the end of a Data URI's parameter list, and that's where the spec stands today.
Firefox made the conscious decision over a decade ago to allow it before that position in bug 781693 for webcompat reasons, but Safari has been shipping with the restriction in place for a while now, so I think we should try to follow the current spec as well and see what happens (with a pref to disable just in case, of course).
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9349318 -
Attachment description: Bug 1848903 - only allow ;base64 right before the comma in a data URL; r?kershaw → Bug 1848903 - only allow ;base64 right before the comma in a data URL; r?kershaw,valentin
Pushed by twisniewski@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/deca2c956e89
only allow ;base64 right before the comma in a data URL; r=kershaw,necko-reviewers,valentin
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•