-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The explainer does not cover connection allowlist's behavior in 103 Early Hints responses. My recommendation is to ignore connection allowlist in Early Hints response headers.
- During the Early Hints phase, the trusted server initiates
pre-*requests; we can safely allow them. - Enforce the connection allowlist upon the final response. Page content can make network requests, introducing exfiltration risks.
Context:
- The standard permits multiple, inconsistent Early Hints responses.
- Chromium implementation ignores the second and subsequent Early Hints responses.
- The standard mandates that Early Hints response evaluation must not affect final response processing.
Enforcing connection allowlist in Early Hints introduces complexity regarding inconsistency between the Early Hints allowlist and the final response allowlist. A similar issue regarding CSP and Early Hints (see httpwg/http-extensions#687 (comment)) concluded that we should "take CSP into account for each 103 response individually".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels