Contents

django-csp 4.0

0

Django Content Security Policy support.

Django Content Security Policy support.

Stars: 620, Watchers: 620, Forks: 108, Open Issues: 10

The mozilla/django-csp repo was created 15 years ago and the last code push was 3 months ago.
The project is popular with 620 github stars!

How to Install django-csp

You can install django-csp using pip

pip install django-csp

or add it to a project with poetry

poetry add django-csp

Package Details

Author
None
License
BSD
Homepage
None
PyPi:
https://pypi.org/project/django-csp/
Documentation:
http://django-csp.readthedocs.org/
GitHub Repo:
https://github.com/mozilla/django-csp

Classifiers

  • Software Development/Libraries/Python Modules
No  django-csp  pypi packages just yet.

Errors

A list of common django-csp errors.

Code Examples

Here are some django-csp code examples and snippets.

GitHub Issues

The django-csp package has 10 open issues on GitHub

  • Adding nonce to script tags rendered by Django Form Assets (Media class)

See more issues on GitHub

Related Packages & Articles

django-cors-middleware 1.5.0

django-cors-middleware is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). Fork of django-cors-headers.

django-cors-headers 4.9.0

django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).