Skip to content
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
8 changes: 6 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -12802,8 +12802,12 @@ people expect to have work and what is necessary.
attribute in the <span data-x="attr-meta-http-equiv-content-security-policy">Content security
policy state</span>, the <code data-x="attr-meta-content">content</code> attribute must have a
value consisting of a <span data-x="Content Security Policy syntax">valid Content Security
Policy</span>, which will be <span data-x="enforce the policy">enforced</span> upon the current
document. <ref spec="CSP"></p>
Policy</span>, but must not contain any <code data-x="report-uri directive">report-uri</code>,
<code data-x="frame-ancestors directive">frame-ancestors</code>, or <code data-x="sandbox
directive">sandbox</code> <span data-x="Content Security Policy directive">directives</span>.
The <span>Content Security Policy</span> given in the <code
data-x="attr-meta-content">content</code> attribute will be <span
data-x="enforce the policy">enforced</span> upon the current document. <ref spec="CSP"></p>

<div class="example">

Expand Down