Skip to content

Commit

Permalink
docs: add (CSP)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 4, 2023
1 parent 202a875 commit fd2fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/outgoing/csp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Content Security Policy
What is Content Security Policy?
********************************

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.
This forces you to whitelist every single source of content that is pulled in from your site's HTML,
including images, stylesheets, javascript files, etc. The browser will refuse content from sources that don't meet
the whitelist. This whitelist is created within the response's ``Content-Security-Policy`` header and has many
Expand Down

0 comments on commit fd2fd4d

Please sign in to comment.