w3c / strategy

team-strat, on GitHub, working in public. Current state: DRAFT
158 stars 46 forks source link

Loading Signed Exchanges #162

Closed sideshowbarker closed 3 months ago

sideshowbarker commented 5 years ago

Spec: https://wicg.github.io/webpackage/loading.html

The Signed Exchanges specification [draft-yasskin-http-origin-signed-responses] describes a way to provide one or more signatures for an HTTP exchange and to check whether any of those signatures is trusted as authoritative for a particular origin. This specification describes how web browsers load those exchanges. It is expressed as several monkeypatches to the [FETCH] specification which call algorithms defined here.

This is related to #96, Packaging Websites (Signed HTTP Exchanges)