Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aio/content/guide/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|:--- |:--- |
Expand Down Expand Up @@ -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