From ebe28b6c30f9322a28d62f190d123c5a769beb78 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Fri, 18 Oct 2024 13:55:28 -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 f2aa2d144e3297d..33e5a1d8b3216bd 100644 --- a/files/en-us/web/http/csp/index.md +++ b/files/en-us/web/http/csp/index.md @@ -152,7 +152,7 @@ Content-Security-Policy: default-src https: #### Location-based policies -Fetch directives can control resource loads based on where the resource is. +Fetch directives can control resource loads based on where the resource is located. The keyword `'self'` allows resources which are same-origin with the document itself: