Metadata-Version: 2.4
Name: django-csp
Version: 4.0
Summary: Django Content Security Policy support.
Author-email: James Socol <me@jamessocol.com>
Maintainer-email: Mozilla MEAO team <meao-backend@mozilla.com>
License: BSD
Project-URL: Bug Tracker, https://github.com/mozilla/django-csp/issues
Project-URL: Changelog, https://github.com/mozilla/django-csp/blob/main/CHANGES.md
Project-URL: Documentation, http://django-csp.readthedocs.org/
Project-URL: Homepage, http://github.com/mozilla/django-csp
Project-URL: Source Code, https://github.com/mozilla/django-csp
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: django>=4.2
Requires-Dist: packaging
Provides-Extra: dev
Requires-Dist: django-stubs[compatible-mypy]; extra == "dev"
Requires-Dist: jinja2>=2.9.6; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: pytest-ruff; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: tox-gh-actions; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Provides-Extra: jinja2
Requires-Dist: jinja2>=2.9.6; extra == "jinja2"
Provides-Extra: tests
Requires-Dist: jinja2>=2.9.6; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-django; extra == "tests"
Requires-Dist: pytest-ruff; extra == "tests"
Provides-Extra: typing
Requires-Dist: django-stubs[compatible-mypy]; extra == "typing"
Requires-Dist: jinja2>=2.9.6; extra == "typing"
Requires-Dist: mypy; extra == "typing"
Requires-Dist: pytest; extra == "typing"
Requires-Dist: pytest-django; extra == "typing"
Requires-Dist: types-setuptools; extra == "typing"
Dynamic: license-file

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