salt/tests/unit/netapi/rest_tornado
FELD Boris 6417161fd7 The CORS implementation was a bit naive about headers allowance.
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.
2015-09-18 23:24:43 +02:00
..
__init__.py Don't forget the blank lines at the end of the file 2015-04-24 16:29:51 -06:00
test_handlers.py The CORS implementation was a bit naive about headers allowance. 2015-09-18 23:24:43 +02:00
test_utils.py Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop 2015-03-19 16:13:16 -06:00