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 Fixes #36: Move to dictionary based settings 2024-06-06 10:05:04 -07:00
.gitignore Expand the ruff config to include import sorting and others. (#234) 2024-07-01 13:49:27 -07:00
.pre-commit-config.yaml Prepare for 4.0b2 release 2024-09-17 13:54:29 -07:00
.readthedocs.yaml Update pre-commit, add pyproject-fmt, run on all files 2024-04-25 09:29:51 -07:00
CHANGES.md Add Python 3.13, drop EOL Python 3.8 2024-10-08 14:29:01 -07:00
CODE_OF_CONDUCT.md Reawaken development (#204) 2024-01-24 21:35:02 +00:00
LICENSE Reawaken development (#204) 2024-01-24 21:35:02 +00:00
MANIFEST.in Clean up and tag v2.0.1. 2013-06-07 15:19:38 -04:00
README.rst Update pre-commit, add pyproject-fmt, run on all files 2024-04-25 09:29:51 -07:00
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/