Skip to content

Commit

Permalink
Fix build (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Dec 2, 2023
1 parent 4620a93 commit a0808bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ <h1>Referrer Policy</h1>
spec: html; type: element; text: link;
spec: html; type: element; text: a;
spec: html; type: element; text:script
spec: html; type: interface; text:Window
</pre>

<!--
Expand Down Expand Up @@ -756,9 +757,9 @@ <h3 id="parse-referrer-policy-from-header">
policy</a> and |token| is not the empty string, then set |policy|
to |token|.

Note: This algorithm loops over multiple policy values to allow
deployment of new policy values with fallbacks for older user
agents, as described in [[#unknown-policy-values]].
Note: This algorithm loops over multiple policy values to allow
deployment of new policy values with fallbacks for older user
agents, as described in [[#unknown-policy-values]].
</li>
<li>
Return |policy|.
Expand Down Expand Up @@ -1050,7 +1051,7 @@ <h3 id="unknown-policy-values">Unknown Policy Values</h3>
it possible to deploy new policy values.

<div class="example">
Suppose older user agents don't understand
Suppose older user agents don't understand
the <a>"<code>unsafe-url</code>"</a> policy. A site can specify
an <a>"<code>origin</code>"</a> policy followed by an
<a>"<code>unsafe-url</code>"</a> policy: older user agents will ignore the
Expand Down

0 comments on commit a0808bc

Please sign in to comment.