File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2298,7 +2298,7 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
2298
2298
following ABNF grammar:
2299
2299
2300
2300
< pre >
2301
- < dfn > ancestor-source-list</ dfn > = [ < a > ancestor-source</ a > *( 1*WSP < a > ancestor-source</ a > ) ] / "'none'"
2301
+ < dfn > ancestor-source-list</ dfn > = [ < a > ancestor-source</ a > *( 1*WSP < a > ancestor-source</ a > ) ] / "'none'" / "'self'"
2302
2302
< dfn > ancestor-source</ dfn > = < a > scheme-source</ a > / < a > host-source</ a >
2303
2303
2304
2304
directive-name = "frame-ancestors"
@@ -2334,7 +2334,7 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
2334
2334
< li > Abort loading the protected resource.</ li >
2335
2335
2336
2336
< li > Take one of the following actions:
2337
-
2337
+
2338
2338
< ol >
2339
2339
< li >
2340
2340
Act as if it received an empty < a > HTTP 200 response</ a > .
Original file line number Diff line number Diff line change @@ -2404,7 +2404,7 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
2404
2404
following ABNF grammar:
2405
2405
2406
2406
< pre >
2407
- < dfn > ancestor-source-list</ dfn > = [ < a > ancestor-source</ a > *( 1*< a > WSP</ a > < a > ancestor-source</ a > ) ] / "'none'"
2407
+ < dfn > ancestor-source-list</ dfn > = [ < a > ancestor-source</ a > *( 1*< a > WSP</ a > < a > ancestor-source</ a > ) ] / "'none'" / "'self'"
2408
2408
< dfn > ancestor-source</ dfn > = < a > scheme-source</ a > / < a > host-source</ a >
2409
2409
2410
2410
directive-name = "frame-ancestors"
You can’t perform that action at this time.
0 commit comments