Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ At the top level of the policy dictionary, these are the keys that can be used t
policy.

``EXCLUDE_URL_PREFIXES``
A ``tuple`` of URL prefixes. URLs beginning with any of these will not get the CSP headers.
*()*
A ``tuple`` or ``list`` of URL prefixes to exclude from CSP protection. URLs beginning with any
of these strings will not get the Content-Security-Policy response headers at all.

.. warning::

Expand Down