1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Correct composing of multiple origins in cors (#518)

This commit is contained in:
Douman
2018-09-21 08:45:22 +03:00
committed by GitHub
parent 0dc96658f2
commit 1b298142e3
2 changed files with 12 additions and 9 deletions

View File

@ -5,6 +5,7 @@
### Fixed
* HTTP1 decoding errors are reported to the client. #512
* Correctly compose multiple allowed origins in CORS. #517
## [0.7.8] - 2018-09-17