mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
LibWeb/Fetch: Implement the "set the Sec-Fetch-Site header" AO
This commit is contained in:
parent
5eb46a5f01
commit
1ff90aa3e0
Notes:
sideshowbarker
2024-07-16 18:03:21 +09:00
Author: https://github.com/jamierocks
Commit: 1ff90aa3e0
Pull-request: https://github.com/SerenityOS/serenity/pull/24164
Reviewed-by: https://github.com/kennethmyhra ✅
2 changed files with 40 additions and 0 deletions
|
@ -41,4 +41,5 @@ WebIDL::ExceptionOr<JS::NonnullGCPtr<PendingResponse>> nonstandard_resource_load
|
|||
WebIDL::ExceptionOr<JS::NonnullGCPtr<PendingResponse>> cors_preflight_fetch(JS::Realm&, Infrastructure::Request&);
|
||||
void set_sec_fetch_dest_header(Infrastructure::Request&);
|
||||
void set_sec_fetch_mode_header(Infrastructure::Request&);
|
||||
void set_sec_fetch_site_header(Infrastructure::Request&);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue