diff --git a/spec/index.bs b/spec/index.bs index 1b91dda..70a1db6 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -1564,9 +1564,8 @@ Content-Security-Policy: require-trusted-types-for 'script'; trusted-types one t
An empty [=directive=] [=directive/value=] indicates policies may not be created, -and sinks expect Trusted Type values, i.e. no DOM XSS [=injection sinks=] can be used -at all. - +and sinks expect Trusted Type values, i.e. DOM XSS [=injection sinks=] cannot be used +with dynamic values. Values for those sinks can only be created by fromLiteral tag functions.
 Content-Security-Policy: trusted-types; require-trusted-types-for 'script'