Open
Bug 1809145
Opened 2 years ago
Updated 5 months ago
Early Hints: Cancel Preload from DocumentLoadListener when main document has new CSP requirements.
Categories
(Core :: Networking: HTTP, enhancement, P3)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: manuel, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
With Bug 1804034 we cancel the request only with the Timer. We could cancel them when we know new CSP requirements in DocumentLoadListener and could pass them to EarlyHintsService.
Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → manuel
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•2 years ago
|
||
I've found this to be non-trivial. The csp requirements can be specified either in http headers (easy) or in the html body (hard, because not available in parent process when passing the early hints to content process).
Reporter | ||
Comment 3•5 months ago
|
||
Unassigning myself from Early Hint bugs to reflect reality of me not working on them anymore. Feel free to reach out for Early Hints related questions. If urgent I can still take bugs.
Assignee: manuel → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•