Metadata-Version: 2.1
Name: wagtail-csp
Version: 1.1
Summary: Wagtail Content Security Policy support.
Home-page: https://gitlab.com/womens-declaration/wagtail-csp
Author: anti_commute
Author-email: anti_commute@protonmail.com
License: BSD
Project-URL: Changelog, https://gitlab.com/womens-declaration/wagtail-csp/-/blob/wagtail-settings/CHANGES
Project-URL: Bug Tracker, https://gitlab.com/womens-declaration/wagtail-csp/-/issues
Project-URL: Source Code, https://gitlab.com/womens-declaration/wagtail-csp/-/tree/wagtail-settings
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Django
Provides-Extra: tests
Provides-Extra: jinja2
License-File: LICENSE

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