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: