Re: [whatwg/fetch] should VARY be a cors-safelisted header? (Issue #1365)

The main reason we safelist response headers is because they could contain confidential information and the variety of teams working on an application might overlook this.

If we always expose `Vary` this could lead to exposure of confidential request header names. This seems quite minor, but making changes to the same-origin policy is always tricky. Is `Vary` very important in practice for the Cache API?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1365#issuecomment-985458518

Received on Friday, 3 December 2021 11:54:17 UTC