From c52d77d209bb42ed19489870d8b2f1a6c285e76c Mon Sep 17 00:00:00 2001 From: wbamberg Date: Wed, 16 Oct 2024 16:32:32 -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 98802ff8859919a..60328c2c46781ab 100644 --- a/files/en-us/web/http/csp/index.md +++ b/files/en-us/web/http/csp/index.md @@ -138,7 +138,7 @@ To block a resource type entirely, use the `'none'` keyword. For example, the fo object-src 'none' ``` -Note that `'none'` cannot be combined with any other method: in practice, if any other source expressions are given alongside `'none'`, then they are ignored. +Note that `'none'` cannot be combined with any other method in a particular directive: in practice, if any other source expressions are given alongside `'none'`, then they are ignored. #### Scheme-based policies