From 550822bceea227b07445d1852c4376b663c09ea4 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Sat, 23 Aug 2025 12:23:53 -0700 Subject: Fixed #36532 -- Added Content Security Policy view decorators to override or disable policies. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> --- docs/topics/async.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/topics') diff --git a/docs/topics/async.txt b/docs/topics/async.txt index 8138103f92..5cf9fd4624 100644 --- a/docs/topics/async.txt +++ b/docs/topics/async.txt @@ -82,6 +82,8 @@ view functions: * :func:`~django.views.decorators.cache.cache_control` * :func:`~django.views.decorators.cache.never_cache` * :func:`~django.views.decorators.common.no_append_slash` +* :func:`~django.views.decorators.csp.csp_override` +* :func:`~django.views.decorators.csp.csp_report_only_override` * :func:`~django.views.decorators.csrf.csrf_exempt` * :func:`~django.views.decorators.csrf.csrf_protect` * :func:`~django.views.decorators.csrf.ensure_csrf_cookie` -- cgit v1.3