Skip to content

Commit

Permalink
Bug 1774167 [wpt PR 34424] - fetch: Add Set-Cookie as an invalid requ…
Browse files Browse the repository at this point in the history
…est header, a=testonly

Automatic update from web-platform-tests
Fetch: add Set-Cookie as an invalid request header

See whatwg/fetch#1453 for context.
--

wpt-commits: 5fb9aee1a0d59531dbe4be9300d4036e00ba2eb5
wpt-pr: 34424
  • Loading branch information
lucacasonato authored and moz-wptsync-bot committed Jul 4, 2022
1 parent d76f389 commit 01e48e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var validRequestHeaders = [
["proxya", "OK"],
["sec", "OK"],
["secb", "OK"],
["Set-Cookie2", "OK"],
];
var invalidRequestHeaders = [
["Accept-Charset", "KO"],
Expand All @@ -27,6 +28,7 @@ var invalidRequestHeaders = [
["Keep-Alive", "KO"],
["Origin", "KO"],
["Referer", "KO"],
["Set-Cookie", "KO"],
["TE", "KO"],
["Trailer", "KO"],
["Transfer-Encoding", "KO"],
Expand Down

0 comments on commit 01e48e2

Please sign in to comment.