1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

fix(cors): The item in "Vary" header should be "Access-Control-Request-Private-Network". (#369)

* fix(cors): vary should be "Access-Control-Request-Private-Network"

* docs(cors): update the changelog
This commit is contained in:
yhx-12243
2023-12-06 21:52:22 +08:00
committed by GitHub
parent 5198c68c06
commit 2f30fd71a9
3 changed files with 9 additions and 8 deletions

View File

@ -2,6 +2,7 @@
## Unreleased
- Fix `add_vary_header` to provide `Access-Control-Request-Private-Network`.
- Minimum supported Rust version (MSRV) is now 1.68.
## 0.6.4