diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-08-26 02:47:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-08-26 02:47:01 +0800 |
commit | 28af0ed24d2de8fcd332ea0a598d48ffbb66a438 (patch) | |
tree | 8a6f06d17ee4ba47adf87348520f5d7e4c287ed0 /www/Makefile | |
parent | b01dd0e25c3e91af862320990a588103fd3d9f85 (diff) | |
download | freebsd-ports-gnome-28af0ed24d2de8fcd332ea0a598d48ffbb66a438.tar.gz freebsd-ports-gnome-28af0ed24d2de8fcd332ea0a598d48ffbb66a438.tar.zst freebsd-ports-gnome-28af0ed24d2de8fcd332ea0a598d48ffbb66a438.zip |
Add py-dj22-django_csp 3.5
Django-CSP adds Content-Security-Policy headers to Django.
WWW: https://github.com/mozilla/django-csp
- While I'm here, fix USES=python
PR: 239043
Submitted by: Alexander Sieg <alex@xanderio.de>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6f888dcf00ae..6940b1b33cae 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1495,6 +1495,7 @@ SUBDIR += py-dj22-django-auth-ldap SUBDIR += py-dj22-django-cacheops SUBDIR += py-dj22-django-cors-headers + SUBDIR += py-dj22-django_csp SUBDIR += py-dj22-django-debug-toolbar SUBDIR += py-dj22-django-filter SUBDIR += py-dj22-django-js-asset |