1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 18:49:01 +02:00

Fix allow_any_header setter (#121)

This commit is contained in:
Guarabot
2020-11-05 19:38:27 +01:00
committed by GitHub
parent 76429602c6
commit 0b2eff9384
3 changed files with 23 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* Fix `allow_any_header` method, now set the correct field
## 0.5.0 - 2020-10-19
* Disallow `*` in `Cors::allowed_origin`. [#114].