Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: Add Vary header to 404 responses (PROJQUAY-7304) (quay#2938)
Add `Vary: Origin` header to the 404 responses to instruct browsers (and other utilities) to cache various requests properly (based on their origin) in order to avoid cache poisoning. See the [W3C security details](https://www.w3.org/TR/2020/SPSD-cors-20200602/#resource-security) for more information.
- Loading branch information