From 29eb3c608b28cae30f28f85db2d2258273f31a14 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Fri, 18 Oct 2024 13:55:57 -0700 Subject: [PATCH] Update files/en-us/web/http/csp/index.md Co-authored-by: Hamish Willee --- files/en-us/web/http/csp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/http/csp/index.md b/files/en-us/web/http/csp/index.md index 89389734a446056..26d1bc7f39d537f 100644 --- a/files/en-us/web/http/csp/index.md +++ b/files/en-us/web/http/csp/index.md @@ -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