falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

feat(cors): disallow `cors_enable` & additional `CORSMiddleware` combo #2201

Closed vytas7 closed 9 months ago

vytas7 commented 9 months ago

Closes #1977.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0aac950) 100.00% compared to head (a9daa57) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2201 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 62 62 Lines 6876 6880 +4 Branches 1098 1099 +1 ========================================= + Hits 6876 6880 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.