Metadata-Version: 2.4
Name: wagtail-csp
Version: 4.1
Summary: Wagtail Content Security Policy support.
Maintainer-email: WDI Tech <tech@womensdeclaration.org>
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: 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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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: wagtail<6.1,>=5.2
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/wagtail-csp.svg
   :target: https://pypi.org/project/wagtail-csp/


============
Wagtail-CSP
============

Waigtail-CSP adds Content-Security-Policy_ headers to a Wagtail site and allows them to be modifiable within admin.

The code lives on GitLab_, where you can report Issues_. It is a fork of the Mozilla project Django-CSP_.

This project is not endorsed or promoted by Django-CSP or its contributors.


.. _Content-Security-Policy: http://www.w3.org/TR/CSP/
.. _Django-CSP: https://github.com/mozilla/django-csp
.. _Issues: https://gitlab.com/womens-declaration/wagtail-csp/-/issues
.. _GitLab: https://gitlab.com/womens-declaration/wagtail-csp
