1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

allow OPTIONS requests without request-method header (#226)

This commit is contained in:
Rob Ede
2022-03-07 15:32:07 +00:00
committed by GitHub
parent 0ba1073cb2
commit 6fbe2eab94
5 changed files with 55 additions and 30 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
- Do not consider requests without a `Access-Control-Request-Method` as preflight. [#226]
[#226]: https://github.com/actix/actix-extras/pull/226
## 0.6.0 - 2022-02-25