zaqar/releasenotes/notes/support-cors-af8349382a44aa0d.yaml
wangxiyuan e501f4013e Support CORS
Add the new middleware CORS for Zaqar

It only supports for WSGI.

Websocket doesn't need this feature.

Change-Id: Ifc6d2d1c5dde5152cab6e3aa2f3cf9f207481267
Implements: blueprint support-cors
2017-03-24 14:37:51 +08:00

4 lines
167 B
YAML

---
features:
- Zaqar now supports Cross-Origin Resource Sharing (CORS). It turns off by
default. Use "enable=True" in [cors] section from zaqar.conf to use it.