Closed
Bug 1475130
Opened 7 years ago
Closed 7 years ago
Speculative loading does not check Referrer-Policy header
Categories
(Core :: DOM: Security, enhancement)
Core
DOM: Security
Tracking
()
RESOLVED
INVALID
People
(Reporter: tnguyen, Unassigned)
Details
Speculative loading only scans and uses referrer from <meta referrer>, but did not check referrer from Referrer-Policy header.
So there would be the case, document loading gets Referrer-Policy header but no <meta referrer>. Then, the first request (speculative loading) will use default referrer policy, and the second request uses the referrer policy from Referrer-Policy header. The comparison check will decide not to use the first one, but make the request again, for example
https://searchfox.org/mozilla-central/rev/a80651653faa78fa4dfbd238d099c2aad1cec304/dom/script/ScriptLoader.cpp#1627
Reporter | ||
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•