mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
add fetch to cdp domain
This commit is contained in:
@@ -406,6 +406,7 @@ pub fn requestAuthRequired(arena: Allocator, bc: anytype, intercept: *const Noti
|
|||||||
.script => "Script",
|
.script => "Script",
|
||||||
.xhr => "XHR",
|
.xhr => "XHR",
|
||||||
.document => "Document",
|
.document => "Document",
|
||||||
|
.fetch => "Fetch",
|
||||||
},
|
},
|
||||||
.authChallenge = .{
|
.authChallenge = .{
|
||||||
.source = if (challenge.source == .server) "Server" else "Proxy",
|
.source = if (challenge.source == .server) "Server" else "Proxy",
|
||||||
|
|||||||
Reference in New Issue
Block a user