Open
Bug 1551843
Opened 7 years ago
Updated 3 years ago
Evaluate to pass/inherit referrer and referrer policy in about:blank.
Categories
(Core :: DOM: Security, task)
Core
DOM: Security
Tracking
()
NEW
People
(Reporter: tnguyen, Unassigned)
References
Details
(Whiteboard: [domsecurity-backlog])
Spec discussion:
https://bugzilla.mozilla.org/show_bug.cgi?id=1534681#c7.
After we could get a conclusion of what we have to do with spec, we could write a wpt test and implement about:blank case in both top-level and iframe.src="about:blank". And also re-evaluate document.open/write case.
For example:
iframe.src = "about:blank";
iframe.contentDocument.write(CONTENT);
| Reporter | ||
Updated•7 years ago
|
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•