LibWeb/Fetch: Add Set-Cookie as a forbidden header name
See: - https://github.com/whatwg/fetch/commit/50d77e6 - http://wpt.live/fetch/api/request/request-headers.any.html
This commit is contained in:
parent
cc55732332
commit
f88e7bc5ee
Notes:
github-actions[bot]
2024-08-05 08:02:30 +00:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/f88e7bc5ee5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/955 Reviewed-by: https://github.com/kennethmyhra ✅
1 changed files with 1 additions and 0 deletions
|
@ -702,6 +702,7 @@ bool is_forbidden_request_header(Header const& header)
|
|||
"Keep-Alive"sv,
|
||||
"Origin"sv,
|
||||
"Referer"sv,
|
||||
"Set-Cookie"sv,
|
||||
"TE"sv,
|
||||
"Trailer"sv,
|
||||
"Transfer-Encoding"sv,
|
||||
|
|
Loading…
Add table
Reference in a new issue