Liu Song’s Projects


~/Projects/chrome-devtools-frontend

git clone https://code.lsong.org/chrome-devtools-frontend

Commit

Commit
d870a6788fda44b850ff4504589b38f3b9505c38
Author
Christian Flach <[email protected]>
Date
2022-12-07 09:50:26 +0000 +0000
Diffstat
 front_end/models/issues_manager/descriptions/cspURLViolation.md | 2 +-

Fix typo in CSP issue description

Bug: None
Change-Id: I28788756ac47b7354c215f845fdb237121b45a57
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4083707
Commit-Queue: Christian Flach <[email protected]>
Reviewed-by: Simon Zünd <[email protected]>


diff --git a/front_end/models/issues_manager/descriptions/cspURLViolation.md b/front_end/models/issues_manager/descriptions/cspURLViolation.md
index 84e9e592c0110b95a9956c67d437b40f6e18fe10..52d67aab7fcca070602afe1e6fbbf8491a7c0384 100644
--- a/front_end/models/issues_manager/descriptions/cspURLViolation.md
+++ b/front_end/models/issues_manager/descriptions/cspURLViolation.md
@@ -2,7 +2,7 @@ # Content Security Policy of your site blocks some resources
 
 Some resources are blocked because their origin is not listed in your site's Content Security Policy (CSP). Your site's CSP is allowlist-based, so resources must be listed in the allowlist in order to be accessed.
 
-A site's Content Security Policy is set either as via an HTTP header (recommended), or via a meta HTML tag.
+A site's Content Security Policy is set either via an HTTP header (recommended), or via a meta HTML tag.
 
 To fix this issue do one of the following: