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-3.7.0.tar.gz | 0000088367 86.3 KB | |
python-django-cors-headers.changes | 0000004886 4.77 KB | |
python-django-cors-headers.spec | 0000001846 1.8 KB |
Revision 9 (latest revision is 15)
Dominique Leuenberger (dimstar_suse)
accepted
request 892241
from
Markéta Machová (mcalabkova)
(revision 9)
- Update to 3.7.0 * Support Django 3.2. * Drop Python 3.5 support. * Support Python 3.9. * Following Django’s example in Ticket #31670 for replacing the term “whitelist”, plus an aim to make the setting names more comprehensible, the following settings have been renamed: * CORS_ORIGIN_WHITELIST -> CORS_ALLOWED_ORIGINS * CORS_ORIGIN_REGEX_WHITELIST -> CORS_ALLOWED_ORIGIN_REGEXES * CORS_ORIGIN_ALLOW_ALL -> CORS_ALLOW_ALL_ORIGINS The old names will continue to work as aliases, with the new ones taking precedence.
Comments 0