Skip to content

Commit

Permalink
Align with Fetch's forbidden request-header refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 25, 2022
1 parent 545cdd5 commit 494431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ method must run these steps:

<p class=note>An empty byte sequence represents an empty <a>header value</a>.

<li><p>If <var>name</var> is a <a>forbidden header name</a>, then return.
<li><p>If (<var>name</var>, <var>value</var>) is a <a>forbidden request-header</a>, then return.

<li><p><a for="header list">Combine</a> (<var>name</var>, <var>value</var>) in <a>this</a>'s
<a>author request headers</a>.
Expand Down

0 comments on commit 494431a

Please sign in to comment.