Closed
Bug 1923260
Opened 5 months ago
Closed 19 days ago
about:neterror pages are not exempt from svg.disabled on Android
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: pierov, Assigned: pierov)
References
Details
(Whiteboard: [tor 43129])
Attachments
(2 files)
When svg.disabled
is true
, about:neterror
pages on Android (or their equivalent) are not exempted, and they display the SVG as text instead of as a picture.
STR:
- set
about:neterror
- go to a non-existing address
- notice the text at the top of the page (or check the attached screenshot)
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → pierov
Status: NEW → ASSIGNED
Updated•5 months ago
|
Severity: -- → S3
Assignee | ||
Comment 2•2 months ago
|
||
Is there anything I can do to unblock this Bug?
Flags: needinfo?(sefeng)
Comment 3•2 months ago
|
||
I am a bit surprised that about:
on android doesn't have a system principal? But overall the approach is on the right direction.
Peter, are you interested in reviewing this patch, or any other comments?
Flags: needinfo?(sefeng) → needinfo?(peterv)
Updated•1 month ago
|
Flags: needinfo?(peterv)
Comment 4•20 days ago
|
||
I am a bit surprised that about: on android doesn't have a system principal?
Previously we tried to reduce the places system principal is required.
Conversely, would allowing all resource:// images be an option?
Pushed by tritter@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8067686afe6b
Exempt Android resources from svg.disabled. r=peterv
Comment 6•19 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 19 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Updated•18 days ago
|
Whiteboard: [tor 43129]
You need to log in
before you can comment on or make changes to this bug.
Description
•