File: README.rst

package info (click to toggle)
python-django-csp 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 935; makefile: 135; sh: 6
file content (20 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. 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/