Skip to content

Commit fd2fd4d

Browse files
committed
docs: add (CSP)
1 parent 202a875 commit fd2fd4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/outgoing

user_guide_src/source/outgoing/csp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Content Security Policy
1212
What is Content Security Policy?
1313
********************************
1414

15-
One of the best protections you have against XSS attacks is to implement a Content Security Policy on the site.
15+
One of the best protections you have against XSS attacks is to implement a Content Security Policy (CSP) on the site.
1616
This forces you to whitelist every single source of content that is pulled in from your site's HTML,
1717
including images, stylesheets, javascript files, etc. The browser will refuse content from sources that don't meet
1818
the whitelist. This whitelist is created within the response's ``Content-Security-Policy`` header and has many

0 commit comments

Comments
 (0)