1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/actix-cors
eupn 06f17ec223
Panic on wildcard in Cors builder's allowed_origin() (#114)
* Assert allowed origin in Cors builder

* Add panic test for wildcard

* Add changelog entry

* rustfmt

* Apply suggestions from code review

Co-authored-by: Rob Ede <robjtede@icloud.com>

Co-authored-by: Rob Ede <robjtede@icloud.com>
2020-10-10 14:25:33 +01:00
..
src Panic on wildcard in Cors builder's allowed_origin() (#114) 2020-10-10 14:25:33 +01:00
tests Panic on wildcard in Cors builder's allowed_origin() (#114) 2020-10-10 14:25:33 +01:00
Cargo.toml split up cors lib and fix doc links (#113) 2020-10-08 11:50:56 +01:00
CHANGES.md Panic on wildcard in Cors builder's allowed_origin() (#114) 2020-10-10 14:25:33 +01:00
LICENSE-APACHE Move cors middleware to actix-cors crate 2019-06-15 09:34:16 +06:00
LICENSE-MIT Move cors middleware to actix-cors crate 2019-06-15 09:34:16 +06:00
README.md prepare cors release 0.4.1 2020-10-07 11:32:27 +01:00

actix-cors

Cross-origin resource sharing (CORS) for Actix Web.

crates.io Documentation Apache 2.0 or MIT licensed Dependency Status Join the chat at https://gitter.im/actix/actix-web

Documentation & Resources