Browse Source

Update Content-Security-Strategy.md

pull/3488/head
Mehmet Erim 6 years ago
committed by GitHub
parent
commit
be32a55449
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/en/UI/Angular/Content-Security-Strategy.md

8
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.

Loading…
Cancel
Save