From af9d8feba3d5ad9c09f4001d6c4f04dc4c108353 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Wed, 16 Oct 2024 16:22:09 -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 954e444c4594bb9..98802ff8859919a 100644 --- a/files/en-us/web/http/csp/index.md +++ b/files/en-us/web/http/csp/index.md @@ -102,7 +102,7 @@ In the next section we'll go over the tools CSP provides to do these things. ### Fetch directives -The group of CSP directives which control resource loads are called _fetch directives_. Fetch directives describe which resources — such as JavaScript, CSS stylesheets, images, fonts, and so on — a document is allowed to load. +Fetch directives are used to specify a particular category of resource that a document is allowed to load — such as JavaScript, CSS stylesheets, images, fonts, and so on. There are different fetch directives for different types of resource. For example: