Closed
Bug 1959748
Opened 20 days ago
Closed 18 days ago
Identity pane code does not unnest about: URIs correctly, breaking assertion
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
139 Branch
People
(Reporter: maltejur, Assigned: maltejur)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Spinning off from Bug 1956178, the changes from Bug 1864464 seem to break this assertion. Quoting myself:
My changes from Bug 1864464 definitely seem wrong in that regard. It seems with them,
about:
URIs always get completely unnested to theirmoz-safe-about:
inner URI, which is not expected by the code, and also generally seems wrong.
Assignee | ||
Comment 1•20 days ago
|
||
The E10SUtils.getAboutModule
used later in the code does not expect
moz-safe-about: URIs, which some about: URIs would get unnested to.
Comment 2•20 days ago
|
||
Set release status flags based on info from the regressing bug 1864464
status-firefox137:
--- → affected
status-firefox138:
--- → affected
status-firefox139:
--- → affected
status-firefox-esr128:
--- → affected
Pushed by mjurgens@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f91f638a5a3
Do not unnest about: URIs in site identity pane r=Gijs
Comment 4•18 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 18 days ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Comment 5•16 days ago
|
||
The patch landed in nightly and beta is affected.
:maltejur, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox138
towontfix
.
For more information, please visit BugBot documentation.
Flags: needinfo?(maltejur)
Assignee | ||
Updated•16 days ago
|
Flags: needinfo?(maltejur)
You need to log in
before you can comment on or make changes to this bug.
Description
•