google / sxg-rs

A set of tools for generating signed exchanges at serve time.
Apache License 2.0
84 stars 20 forks source link

Distributor: feature detection & subresources #399

Closed twifkak closed 2 years ago

twifkak commented 2 years ago

Add client-side feature detection to the prefetch example, and document that server-side detection is required for the most precision.

Fix subresource substitution support, by fixing the /sub URL computation and adding ACAO: *. Add an example to show subresources with crossorigin=anonymous, also.

Change wget -> curl because it overwrites on repeated run.