Skip to content

Commit

Permalink
Update files/en-us/web/http/csp/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
wbamberg and hamishwillee authored Oct 18, 2024
1 parent 6f2c62e commit 29eb3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/http/csp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In the next section, we'll look at the tools available to control resource loads

A CSP can be used to control the resources that a document is allowed to load. This is primarily used for protection against cross-site scripting (XSS) attacks.

In this section we'll first see how controlling resource laods can help protect against XSS, then at the tools CSP provides to control resource loads. Finally we'll describe one particular recommended strategy, which is called a "Strict CSP".
In this section we'll first see how controlling resource loads can help protect against XSS, then at the tools CSP provides to control what resources are loaded. Finally we'll describe one particular recommended strategy, which is called a "Strict CSP".

### XSS and resource loading

Expand Down

0 comments on commit 29eb3c6

Please sign in to comment.