From 1bbd361c703cdf6cc00d389026f43fe812e871e9 Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:56:51 +0100 Subject: [PATCH] docs: Update configuration exclude info --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 91dcabe..4eb7901 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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::