File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2313,7 +2313,7 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
2313
2313
following ABNF grammar:
2314
2314
2315
2315
< 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'"
2317
2317
< dfn > ancestor-source</ dfn > = < a > scheme-source</ a > / < a > host-source</ a >
2318
2318
2319
2319
directive-name = "frame-ancestors"
@@ -2349,7 +2349,6 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
2349
2349
< li > Abort loading the protected resource.</ li >
2350
2350
2351
2351
< li > Take one of the following actions:
2352
-
2353
2352
< ul >
2354
2353
< li >
2355
2354
Act as if it received an empty < a > HTTP 200 response</ a > .
Original file line number Diff line number Diff line change @@ -2415,7 +2415,7 @@ <h3 id="directive-frame-ancestors"><code>frame-ancestors</code></h3>
2415
2415
following ABNF grammar:
2416
2416
2417
2417
< 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'"
2419
2419
< dfn > ancestor-source</ dfn > = < a > scheme-source</ a > / < a > host-source</ a >
2420
2420
2421
2421
directive-name = "frame-ancestors"
You can’t perform that action at this time.
0 commit comments