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

actix-cors: Create allowed_origin_fn builder method (#93)

Co-authored-by: ArmorDarks <git@lavrins.com>
This commit is contained in:
Roman Lakhtadyr
2020-09-25 02:36:53 +03:00
committed by GitHub
parent bb8120a8c0
commit 99fe08f332
2 changed files with 148 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* Implement `allowed_origin_fn` builder method.
## 0.3.0 - 2020-09-11