mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
6417161fd7
A preflight request send the list of headers of the final request in a special header ```Access-Control-Request-Headers```. The server must returns the list of allowed header in the special header ```Access-Control-Allow-Headers```. This PR just returns the whole list of headers but may allow filtering of some of them quite easily. I'm not sure to see how filtering how headers may impact security, if anyone has some leads. |
||
---|---|---|
.. | ||
__init__.py | ||
test_handlers.py | ||
test_utils.py |