mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 08:48:58 +00:00
Zig 0.15.1
Depends on https://github.com/lightpanda-io/zig-v8-fork/pull/89
This commit is contained in:
@@ -79,7 +79,7 @@ fn TelemetryT(comptime P: type) type {
|
||||
}
|
||||
|
||||
fn onPageNavigate(ctx: *anyopaque, data: *const Notification.PageNavigate) !void {
|
||||
const self: *Self = @alignCast(@ptrCast(ctx));
|
||||
const self: *Self = @ptrCast(@alignCast(ctx));
|
||||
self.record(.{ .navigate = .{
|
||||
.proxy = false,
|
||||
.tls = std.ascii.startsWithIgnoreCase(data.url, "https://"),
|
||||
|
||||
Reference in New Issue
Block a user