Open
Description
Currently VARY is not a cors-safelisted header:
https://fetch.spec.whatwg.org/#cors-safelisted-response-header-name
This means that VARY header matching in cache_storage will not work by default for cors responses. Is this intended?
Servers can opt-in to exposing VARY by using access-control-expose-headers
, but I wonder if we could/should add VARY to the cors safelist.