Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/django-csp
Content Security Policy for Django.
https://github.com/mozilla/django-csp
Last synced: 8 days ago
JSON representation
Content Security Policy for Django.
- Host: GitHub
- URL: https://github.com/mozilla/django-csp
- Owner: mozilla
- License: bsd-3-clause
- Created: 2010-07-14T18:00:59.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T23:04:14.000Z (6 months ago)
- Last Synced: 2024-05-22T16:43:34.192Z (6 months ago)
- Language: Python
- Homepage: https://django-csp.readthedocs.io/en/latest/
- Size: 257 KB
- Stars: 523
- Watchers: 27
- Forks: 97
- Open Issues: 19
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- Contributing: docs/contributing.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- -awesome-django - django-csp - Adds [Content-Security-Policy](http://www.w3.org/TR/CSP/) headers to Django. (Third-Party Packages / Security)
- awesome-django - django-csp - Adds [Content-Security-Policy](http://www.w3.org/TR/CSP/) headers to Django. (Third-Party Packages / Security)
- starred-awesome - django-csp - Content Security Policy for Django. (Python)
- best-of-web-python - GitHub - 17% open · ⏱️ 31.05.2024): (Django Utilities)
- stars - mozilla/django-csp - Content Security Policy for Django. (Python)
- stars - mozilla/django-csp - Content Security Policy for Django. (Python)
README
.. image:: https://badge.fury.io/py/django-csp.svg
:target: https://pypi.python.org/pypi/django_csp.. image:: https://github.com/mozilla/django-csp/actions/workflows/ci.yaml/badge.svg
:target: https://github.com/mozilla/django-csp/actions/workflows/ci.yaml==========
Django-CSP
==========Django-CSP adds Content-Security-Policy_ headers to Django.
The code lives on GitHub_, where you can report Issues_.
The full documentation is available on ReadTheDocs_.
.. _Content-Security-Policy: http://www.w3.org/TR/CSP/
.. _GitHub: https://github.com/mozilla/django-csp
.. _Issues: https://github.com/mozilla/django-csp/issues
.. _ReadTheDocs: http://django-csp.readthedocs.org/