Skip to content

Commit 3acb09f

Browse files
committed
fix merge conflicts
2 parents 828815c + a9ae63e commit 3acb09f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

specs/CSP2/index.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
23132313
following ABNF grammar:
23142314

23152315
<pre>
2316-
<dfn>ancestor-source-list</dfn> = [ <a>ancestor-source</a> *( 1*WSP <a>ancestor-source</a> ) ] / "'none'"
2316+
<dfn>ancestor-source-list</dfn> = [ <a>ancestor-source</a> *( 1*WSP <a>ancestor-source</a> ) ] / "'none'" / "'self'"
23172317
<dfn>ancestor-source</dfn> = <a>scheme-source</a> / <a>host-source</a>
23182318

23192319
directive-name = "frame-ancestors"
@@ -2349,7 +2349,6 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
23492349
<li>Abort loading the protected resource.</li>
23502350

23512351
<li>Take one of the following actions:
2352-
23532352
<ul>
23542353
<li>
23552354
Act as if it received an empty <a>HTTP 200 response</a>.

specs/content-security-policy/index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
24152415
following ABNF grammar:
24162416

24172417
<pre>
2418-
<dfn>ancestor-source-list</dfn> = [ <a>ancestor-source</a> *( 1*<a>WSP</a> <a>ancestor-source</a> ) ] / "'none'"
2418+
<dfn>ancestor-source-list</dfn> = [ <a>ancestor-source</a> *( 1*<a>WSP</a> <a>ancestor-source</a> ) ] / "'none'" / "'self'"
24192419
<dfn>ancestor-source</dfn> = <a>scheme-source</a> / <a>host-source</a>
24202420

24212421
directive-name = "frame-ancestors"

0 commit comments

Comments
 (0)