We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202a875 commit fd2fd4dCopy full SHA for fd2fd4d
1 file changed
user_guide_src/source/outgoing/csp.rst
@@ -12,7 +12,7 @@ Content Security Policy
12
What is Content Security Policy?
13
********************************
14
15
-One of the best protections you have against XSS attacks is to implement a Content Security Policy on the site.
+One of the best protections you have against XSS attacks is to implement a Content Security Policy (CSP) on the site.
16
This forces you to whitelist every single source of content that is pulled in from your site's HTML,
17
including images, stylesheets, javascript files, etc. The browser will refuse content from sources that don't meet
18
the whitelist. This whitelist is created within the response's ``Content-Security-Policy`` header and has many
0 commit comments