ladybird/Userland
Jonne Ransijn c7a51ed297 LibWeb/Fetch: Update cached responses when revalidating
Responses returned from `http_network_or_cache_fetch` were copied
directly from the cache, which is incorrect, since revalidation may
later modify the response, or even invalidate it, such as when the
`Access-Control-Allow-Origin` header is changed.

This fixes WPT test [wpt/cors/304.htm](http://wpt.live/cors/304.htm)
2024-10-27 11:28:37 +01:00
..
Libraries LibWeb/Fetch: Update cached responses when revalidating 2024-10-27 11:28:37 +01:00
Services LibWeb+WebContent+WebDriver: Asynchronously wait for dialog dismissal 2024-10-26 11:25:42 +02:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00