Fix about:blank document.referrer initialization
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: domfarolino, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [domcore-bugbash-triaged])
Steps to reproduce:
I recently fixed Chrome's document.referrer initialization in about:blank documents to match the spec: i.e.., to use the creator Document's full URL. This happened in https://chromium-review.googlesource.com/c/chromium/src/+/3763042, and I also adjusted a WPT. Safari and Firefox do not match the spec—they seem to perform some amount of referrer sanitization on the document.referrer
in the new Document.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•3 years ago
|
||
Per the chat with Henri, it makes more sense that we revisit this after bug 543435
Comment 3•1 year ago
|
||
[domcore-bugbash-triaged] Doing domcore random bug triage - comment 2 is still valid.
Description
•