Closed
Bug 1725402
Opened 3 years ago
Closed 3 years ago
HTTPS-First should copy referrerInfo (and potentially more state) from upgraded channel when performing a fallback to http
Categories
(Core :: DOM: Security, defect, P1)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: ckerschb, Assigned: t.yavor)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file, 2 obsolete files)
In case we can't upgrade a top-level load to https we perform a fallback to http in DocumentLoadListener. Currently we do not copy state from the upgraded channel, like e.g. referrerinfo, but we should, similar to what we do here.
Updated•3 years ago
|
Type: task → defect
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Attachment #9242277 -
Attachment is obsolete: true
Assignee | ||
Comment 3•3 years ago
|
||
Comment 4•3 years ago
|
||
Comment on attachment 9242281 [details]
Bug 1725402 - Evaluate HSTS before https-only in NS_ShouldSecureUpgrade. r=ckerschb
Revision D126234 was moved to bug 1722489. Setting attachment 9242281 [details] to obsolete.
Attachment #9242281 -
Attachment is obsolete: true
Pushed by mozilla@christophkerschbaumer.com:
https://hg.mozilla.org/integration/autoland/rev/7147f598dfc7
HTTPS-First should copy referrerInfo (and potentially more state) from upgraded channel when performing a fallback to http.r=ckerschb,Gijs,freddyb
Comment 6•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•