docs: fix typo in security guide (#50324)

PR Close #50324
This commit is contained in:
Aristeidis Bampakos
2023-05-16 17:34:08 +03:00
committed by Andrew Kushnir
parent e82f12ee06
commit b75625ba49
+2 -2
View File
@@ -198,7 +198,7 @@ If an attacker can predict future nonces, they can circumvent the protections of
</div>
If you cannot generate nones in your project, you can allow inline styles by adding `'unsafe-inline'` to the `style-src` section of the CSP header.
If you cannot generate nonces in your project, you can allow inline styles by adding `'unsafe-inline'` to the `style-src` section of the CSP header.
| Sections | Details |
|:--- |:--- |
@@ -380,4 +380,4 @@ Angular-specific APIs that should be audited in a security review, such as the [
<!-- end links -->
@reviewed 2022-02-28
@reviewed 2023-05-16