Skip to content

Commit

Permalink
Export the two CSP directives
Browse files Browse the repository at this point in the history
Closes #538
  • Loading branch information
lukewarlow committed Sep 9, 2024
1 parent 1c98273 commit 03abba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ Note: See [https://github.com/whatwg/dom/pull/1258](https://github.com/whatwg/do

## Integration with Content Security Policy ## {#integration-with-content-security-policy}

### <dfn lt="require-trusted-types-for-directive">require-trusted-types-for</dfn> directive ### {#require-trusted-types-for-csp-directive}
### <dfn export lt="require-trusted-types-for-directive">require-trusted-types-for</dfn> directive ### {#require-trusted-types-for-csp-directive}

This document defines *require-trusted-types-for* - a new [=directive|Content Security Policy directive=].

Expand Down Expand Up @@ -1338,7 +1338,7 @@ Note: This algorithm assures that the code to be executed by a navigation to a `
1. Return `"Allowed"`.


### <dfn lt="trusted-types-directive">trusted-types</dfn> directive ### {#trusted-types-csp-directive}
### <dfn export lt="trusted-types-directive">trusted-types</dfn> directive ### {#trusted-types-csp-directive}

This document defines *trusted-types* - a new [=directive|Content Security Policy directive=]. The [=trusted-types-directive|trusted-types=] directive controls the creation of Trusted Type [=policies=].

Expand Down

0 comments on commit 03abba1

Please sign in to comment.