Django-CSP
stable
  • Installing django-csp
  • Configuring django-csp
  • Modifying the Policy with Decorators
  • Using the generated CSP nonce
  • Implementing Trusted Types with CSP
  • CSP Violation Reports
  • Contributing
Django-CSP
  • Docs »
  • django-csp
  • Edit on GitHub

django-csp¶

django-csp adds Content-Security-Policy headers to Django applications.

Version:3.7
Code:https://github.com/mozilla/django-csp
License:BSD; see LICENSE file
Issues:https://github.com/mozilla/django-csp/issues

Contents:

  • Installing django-csp
  • Configuring django-csp
    • Policy Settings
    • Other Settings
  • Modifying the Policy with Decorators
    • @csp_exempt
    • @csp_update
    • @csp_replace
    • @csp
  • Using the generated CSP nonce
    • Middleware
    • Context Processor
    • Django Template Tag/Jinja Extension
  • Implementing Trusted Types with CSP
    • DOM Cross-site Scripting
    • Step 1: Enable Trusted Types and Report Only Mode
    • Step 2: Fixing Trusted Types Violations
    • Step 3: Enforce Trusted Types
  • CSP Violation Reports
    • Throttling the number of reports
  • Contributing
    • Style
    • Tests

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2016 Mozilla Foundation Revision 7fd8c50c.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: stable
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.