From 044967671864d7d553fff7720ce6263d4ef00312 Mon Sep 17 00:00:00 2001 From: Anvit Srivastav Date: Tue, 21 Nov 2023 12:27:02 -0800 Subject: [PATCH] Fix typo in reference label --- admin-manual/security/csp-headers.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/admin-manual/security/csp-headers.rst b/admin-manual/security/csp-headers.rst index 96ea2963..32dca3d5 100644 --- a/admin-manual/security/csp-headers.rst +++ b/admin-manual/security/csp-headers.rst @@ -81,7 +81,7 @@ This is the default configuration you'll find in AtoM's :ref:`config-app-yml` fi The CSP ``repsonse_header`` setting is used to set the CSP header type and can have one of two values: -- **Content-Security-Policy**: +- **Content-Security-Policy**: This setting will enforce the defined policy. When set, the browser will block any resources (scripts, images, stylesheets, etc.) that violate the policy directives. @@ -116,8 +116,8 @@ Updating these settings will require restarting :ref:`PHP-FPM