mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/Fetch: Add Set-Cookie as a forbidden header name
See:
- 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: f88e7bc5ee
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
Add a link
Reference in a new issue