From be32a55449e270d2d456df3dabdc91f3ffdd4fa9 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Sun, 5 Apr 2020 23:37:31 +0300 Subject: [PATCH] Update Content-Security-Strategy.md --- docs/en/UI/Angular/Content-Security-Strategy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/UI/Angular/Content-Security-Strategy.md b/docs/en/UI/Angular/Content-Security-Strategy.md index 21d794a1af..344aaf2a6e 100644 --- a/docs/en/UI/Angular/Content-Security-Strategy.md +++ b/docs/en/UI/Angular/Content-Security-Strategy.md @@ -27,9 +27,9 @@ This method maps the aforementioned properties to the given `element`. -## StrictContentSecurityPolicy +## NoContentSecurityPolicy -`StrictContentSecurityPolicy` is a class that extends `ContentSecurityStrategy`. It does not mark inline scripts and styles as safe. You can consider it as a noop alternative. +`NoContentSecurityPolicy` is a class that extends `ContentSecurityStrategy`. It does not mark inline scripts and styles as safe. You can consider it as a noop alternative. @@ -44,7 +44,7 @@ Predefined content security strategies are accessible via `CONTENT_SECURITY_STRA `nonce` will be set. -### Strict() +### None() Nothing will be done. @@ -53,4 +53,4 @@ Nothing will be done. ## What's Next? -TODO: Place new InsertionStrategy link here. +TODO: Place new ContentStrategy link here.