mirror of
https://github.com/quantum5/django-csp-advanced.git
synced 2025-04-24 11:22:00 -04:00
There are no views.
This commit is contained in:
parent
1224cfa4f4
commit
6363ff8b6f
|
@ -1,3 +1,4 @@
|
||||||
[run]
|
[run]
|
||||||
omit =
|
omit =
|
||||||
csp_advanced/apps.py
|
csp_advanced/apps.py
|
||||||
|
csp_advanced/views.py
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# django-csp-advanced [](https://travis-ci.org/quantum5/django-csp-advanced) [](https://codecov.io/gh/quantum5/django-csp-advanced)
|
# django-csp-advanced [](https://travis-ci.org/quantum5/django-csp-advanced) [](https://codecov.io/gh/quantum5/django-csp-advanced)
|
||||||
|
|
||||||
A powerful `Content-Security-Policy` (CSP) middleware for Django. This CSP middleware supports
|
A powerful `Content-Security-Policy` (CSP) middleware for Django. This CSP middleware supports
|
||||||
using a dictionary syntax for CSP, and using callables taking arguments `(request, response)`
|
using a dictionary syntax for CSP, and using callables taking arguments `(request, response)`
|
||||||
|
|
Loading…
Reference in a new issue