add fetch to cdp domain

This commit is contained in:
Muki Kiboigo
2025-09-02 17:14:31 -07:00
parent c6e82d5af6
commit 1b3707ad33

View File

@@ -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",