Luke Wilde
bf2895365b
LibWeb/Fetch: Don't add cookies when creating ResourceLoader request
...
Using LoadRequest::create_for_url_on_page will unconditionally add
cookies as long as there's a page available. However, it is up to
http_network_or_cache_fetch to determine if cookies should be added to
the request.
This was noticed when implementing CORS-preflight requests, where we
sent cookies in OPTIONS requests.
2023-02-10 22:18:19 +00:00
..
2023-02-10 09:08:52 +00:00
2023-02-08 19:06:42 +00:00
2023-02-06 10:18:16 +00:00
2023-02-08 17:44:32 +00:00
2023-02-10 09:08:52 +00:00
2023-02-10 09:08:52 +00:00
2023-02-08 19:23:07 +01:00
2023-02-08 19:15:45 +00:00
2023-02-08 19:15:45 +00:00
2023-02-10 09:14:20 +00:00
2023-02-08 18:19:48 +00:00
2023-02-10 17:06:40 +00:00
2023-02-10 09:08:52 +00:00
2023-02-10 05:12:06 +03:30
2023-02-08 17:44:32 +00:00
2023-02-10 17:26:20 +00:00
2023-02-08 19:15:45 +00:00
2023-02-10 15:37:51 +01:00
2023-02-02 14:41:34 +01:00
2023-02-02 14:38:26 +01:00
2023-02-10 09:08:52 +00:00
2023-02-08 19:15:45 +00:00
2023-02-08 18:51:02 +00:00
2023-02-08 19:15:45 +00:00
2023-02-10 09:08:52 +00:00
2023-02-08 19:15:45 +00:00
2023-02-08 17:44:32 +00:00
2023-02-10 22:18:19 +00:00
2023-02-02 14:41:34 +01:00
2023-02-04 18:46:39 -07:00
2023-02-04 18:47:02 -07:00