Content Security Policy for Django.
Перейти к файлу
Rob Hudson 9ef5cd82cb Add Python 3.13, drop EOL Python 3.8
This also tweaks the tox config to take advantage of `extras` to install
testing dependencies.
2024-10-08 14:29:01 -07:00
.github/workflows Add Python 3.13, drop EOL Python 3.8 2024-10-08 14:29:01 -07:00
csp Remove ignore comment after django-stubs fix 2024-09-12 15:13:23 -07:00
docs Add Python 3.13, drop EOL Python 3.8 2024-10-08 14:29:01 -07:00
.coveragerc
.gitignore
.pre-commit-config.yaml Prepare for 4.0b2 release 2024-09-17 13:54:29 -07:00
.readthedocs.yaml
CHANGES.md Add Python 3.13, drop EOL Python 3.8 2024-10-08 14:29:01 -07:00
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml Add Python 3.13, drop EOL Python 3.8 2024-10-08 14:29:01 -07:00
tox.ini Add Python 3.13, drop EOL Python 3.8 2024-10-08 14:29:01 -07:00

README.rst

.. 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/