Skip to content

Commit 650bb53

Browse files
authored
Editorial: tone down X-Frame-Options obsoletion message
Fixes whatwg#10936.
1 parent 0936b4f commit 650bb53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106418,10 +106418,10 @@ new PaymentRequest(…); // Allowed to use
106418106418

106419106419
<h3>The `<code>X-Frame-Options</code>` header</h3>
106420106420

106421-
<p>The `<dfn http-header><code>X-Frame-Options</code></dfn>` HTTP response header is a legacy way
106421+
<p>The `<dfn http-header><code>X-Frame-Options</code></dfn>` HTTP response header is a way
106422106422
of controlling whether and how a <code>Document</code> may be loaded inside of a <span>child
106423-
navigable</span>. It is obsoleted by the <code data-x="frame-ancestors
106424-
directive">frame-ancestors</code> CSP directive, which provides more granular control over the
106423+
navigable</span>. For sites using CSP, the <code data-x="frame-ancestors
106424+
directive">frame-ancestors</code> directive provides more granular control over the
106425106425
same situations. It was originally defined in <cite>HTTP Header Field X-Frame-Options</cite>, but
106426106426
the definition<span w-nodev> and processing model</span> here supersedes that document.
106427106427
<ref>CSP</ref> <ref>RFC7034</ref>

0 commit comments

Comments
 (0)