Metadata-Version: 1.0
Name: django-csp
Version: 2.0.3
Summary: Django Content Security Policy support.
Home-page: http://github.com/mozilla/django-csp
Author: James Socol
Author-email: me@jamessocol.com
License: BSD
Description: ==========
        Django-CSP
        ==========
        
        Django-CSP adds Content-Security-Policy_ headers and a CSP report
        processing facility to Django.
        
        The code lives on GitHub_, where you can report Issues_. The full
        documentation is available on ReadTheDocs_.
        
        .. image:: https://travis-ci.org/mozilla/django-csp.png?branch=master
           :target: https://travis-ci.org/mozilla/django-csp
        
        .. _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/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
