mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-16 16:01:30 -04:00
handle all switch cases (emerged after rebase to main)
This commit is contained in:
1 file changed
+1
@@ -448,6 +448,7 @@ fn adblockResourceType(req: *const Request) AdBlocker.ResourceTypes {
|
||||
.script => .{ .script = true },
|
||||
.stylesheet => .{ .stylesheet = true },
|
||||
.xhr, .fetch => .{ .xmlhttprequest = true },
|
||||
.image => .{ .image = true },
|
||||
.eventsource => .{ .other = true },
|
||||
};
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user