Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export the two CSP directives #545

Merged
merged 1 commit into from
Oct 28, 2024
Merged
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 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
Loading