diff --git a/docs/decorators.rst b/docs/decorators.rst index 2bdaab6..981da3d 100644 --- a/docs/decorators.rst +++ b/docs/decorators.rst @@ -133,14 +133,14 @@ are in use, as shown below. @csp( { - "default_src": [SELF], + "default-src": [SELF], "img-src": ["imgsrv.com"], "script-src": ["scriptsrv.com", "googleanalytics.com", UNSAFE_INLINE], } ) @csp( { - "default_src": [SELF], + "default-src": [SELF], "img-src": ["imgsrv.com"], "script-src": ["scriptsrv.com", "googleanalytics.com"], "frame-src": [SELF],