Skip to content

Commit

Permalink
update docs for trusted types
Browse files Browse the repository at this point in the history
  • Loading branch information
vejja committed Sep 26, 2024
1 parent fdef128 commit 080d90e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/1.documentation/2.headers/1.csp.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ contentSecurityPolicy: {
'frame-ancestors'?: ("'self'" | "'none'" | string)[] | false;
'report-uri'?: string[] | false;
'report-to'?: string | false;
'require-trusted-types-for'?: string | false;
'trusted-types'?: string[] | string | false;
'upgrade-insecure-requests'?: boolean;
} | false
```
Expand Down

0 comments on commit 080d90e

Please sign in to comment.