Metadata-Version: 1.1
Name: django-csp
Version: 3.0
Summary: Django Content Security Policy support.
Home-page: http://github.com/mozilla/django-csp
Author: Christopher Grebs
Author-email: cg@webshox.org
License: BSD
Description: ==========
        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_.
        
        .. 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 :: 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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Django
