mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Set Cookie header on remaining resource requests
This commit is contained in:
parent
0cacc52990
commit
0f47a23e8e
Notes:
sideshowbarker
2024-07-18 20:18:56 +09:00
Author: https://github.com/trflynn89
Commit: 0f47a23e8e
Pull-request: https://github.com/SerenityOS/serenity/pull/6321
4 changed files with 5 additions and 9 deletions
|
@ -204,9 +204,7 @@ bool FrameLoader::load(const URL& url, Type type)
|
|||
return false;
|
||||
}
|
||||
|
||||
LoadRequest request;
|
||||
request.set_url(url);
|
||||
|
||||
auto request = LoadRequest::create_for_url_on_page(url, frame().page());
|
||||
return load(request, type);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue