From c82a4b7c2c48d8acc1c05d856046a2881df81a67 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Fri, 18 Oct 2024 13:56:29 -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 26d1bc7f39d537f..a10c2713ecab680 100644 --- a/files/en-us/web/http/csp/index.md +++ b/files/en-us/web/http/csp/index.md @@ -108,7 +108,7 @@ Fetch directives are used to specify a particular category of resource that a do There are different fetch directives for different types of resource. For example: -- `script-src` sets allowed sources for JavaScript. +- [`script-src`](/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src) sets allowed sources for external JavaScript. - `style-src` sets allowed sources for CSS stylesheets. - `img-src` sets allowed sources for images.