A Django App that adds CORS headers to responses
A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
responses.
- Developed at devel:languages:python:django
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-django-cors-headers && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
django-cors-headers-4.4.0.tar.gz | 0000031028 30.3 KB | |
python-django-cors-headers.changes | 0000006839 6.68 KB | |
python-django-cors-headers.spec | 0000001943 1.9 KB |
Revision 13 (latest revision is 15)
Dominique Leuenberger (dimstar_suse)
accepted
request 1184019
from
Dirk Mueller (dirkmueller)
(revision 13)
- update to 4.4.0: * Support Django 5.1. * Fixed ASGI compatibility on Python 3.12. Thanks to Adrian Capitanu for the report in Issue #908 and Rooyal in PR #911. * Avoid adding the access-control-allow-credentials header to unallowed responses. * Drop Python 3.7 support. * Support Python 3.12. * Add CORS_ALLOW_PRIVATE_NETWORK setting, which enables support for the Local Network Access draft specification. Thanks to Issac Kelly in PR #745 and jjurgens0 in PR #833. * Switch from urlparse() to urlsplit() for URL parsing, reducing the middleware runtime up to 5%. This changes the type passed to origin_found_in_white_lists(), so if you have subclassed the middleware to override this method, you should check it is compatible (it most likely is). Thanks to Thibaut Decombe in PR #793.
Comments 0