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

add support for private network access cors header (#297)

closes #294
This commit is contained in:
Rob Ede
2022-10-28 23:44:21 +01:00
committed by GitHub
parent fb8a814acb
commit ac444ca798
7 changed files with 183 additions and 14 deletions

View File

@ -1,6 +1,7 @@
# Changes
## Unreleased - 2022-xx-xx
- Add `Cors::allow_private_network_access()` behind an unstable flag (`draft-private-network-access`). [#297]
## 0.6.3 - 2022-09-21