From 82cffc5aaf956b307522038a773f3e99d5ec878c Mon Sep 17 00:00:00 2001 From: Emmanuel Amoah <42612171+emamoah@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:55:41 +0000 Subject: [PATCH] Update index.md (#36722) Fix typo in "Hashes" section --- 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 1b3c2dd64168064..90db5e6e973d7b7 100644 --- a/files/en-us/web/http/csp/index.md +++ b/files/en-us/web/http/csp/index.md @@ -206,7 +206,7 @@ Fetch directives can also use a hash of the script to guarantee its integrity. W 2. creates a {{glossary("Base64")}} encoding of the result 3. appends a prefix identifying the hash algorithm used (one of `sha256-`, `sha384-`, or `sha512-`). -If then adds the result to the directive: +It then adds the result to the directive: ```http Content-Security-Policy: script-src 'sha256-cd9827ad...'