Open
Bug 1845385
Opened 2 years ago
Updated 1 year ago
URLs that "match about:blank" should be treated as "about:blank"
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
UNCONFIRMED
People
(Reporter: domfarolino, Unassigned)
Details
Steps to reproduce:
In Firefox if you navigate an iframe to about:blank?query#fragment
, the iframe is seen as cross-origin when it should be considered same-origin, since it "matches about:blank" 1. Chromium and Safari agree in this case. See https://github.com/whatwg/html/pull/9558 and https://github.com/whatwg/html/issues/9488.
Comment 1•2 years ago
|
||
Moving it to Core.
If this is not the correct component, please feel free to change it to a more appropriate one.
Component: Untriaged → DOM: Navigation
Product: Firefox → Core
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•