Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize subresource response headers. #36

Merged
merged 1 commit into from Aug 27, 2021
Merged

Conversation

twifkak
Copy link
Collaborator

@twifkak twifkak commented Aug 26, 2021

When content-type is not text/html, strip common sources of entropy in the the
response headers (e.g. trace IDs), so that the header-integrity is stable. This
enables prefetching of subresources via substitution:
https://github.com/WICG/webpackage/blob/main/explainers/signed-exchange-subresource-substitution.md

Fixes #26.

When content-type is not text/html, strip common sources of entropy in the the
response headers (e.g. trace IDs), so that the header-integrity is stable. This
enables prefetching of subresources via substitution:
https://github.com/WICG/webpackage/blob/main/explainers/signed-exchange-subresource-substitution.md
@twifkak twifkak merged commit d78241c into google:main Aug 27, 2021
@twifkak twifkak deleted the stabilize branch August 27, 2021 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stabilize response headers for subresource integrity
2 participants