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

feat(cors): allow using closures in allow_origin_fn (#110)

This commit is contained in:
Roman Lakhtadyr
2020-10-07 13:29:20 +03:00
committed by GitHub
parent 0f7a147323
commit b33012999c
3 changed files with 65 additions and 5 deletions

View File

@ -1,6 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* Improve `allowed_origin_fn` to allow using of closures. [#110]
## 0.4.0 - 2020-09-27
@ -9,7 +10,7 @@
[#93]: https://github.com/actix/actix-extras/pull/93
[#106]: https://github.com/actix/actix-extras/pull/106
[#110]: https://github.com/actix/actix-extras/pull/110
## 0.3.0 - 2020-09-11
* Update `actix-web` dependency to 3.0.0.