Skip to content

Commit eda4152

Browse files
authored
Referrer Policy now defines a default constant
w3c/webappsec-referrer-policy#142 links tests and has the corresponding Referrer Policy change. whatwg/html#5783 has the corresponding change to HTML.
1 parent c5f8177 commit eda4152

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

fetch.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,11 +3368,7 @@ optionally with a <i>recursive flag</i>, run these steps:
33683368
<li>
33693369
<p>If <var>request</var>'s <a for=request>referrer policy</a>
33703370
is the empty string, then set <var>request</var>'s
3371-
<a for=request>referrer policy</a> to
3372-
"<code>no-referrer-when-downgrade</code>".
3373-
3374-
<p class="note no-backref">We use "<code>no-referrer-when-downgrade</code>" because it is the
3375-
historical default.
3371+
<a for=request>referrer policy</a> to the <a for=/>default referrer policy</a>.
33763372

33773373
<li>
33783374
<p>If <var>request</var>'s <a for=request>referrer</a>

0 commit comments

Comments
 (0)