mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 17:46:32 -04:00
main_legacy_test: fix regression
This commit is contained in:
@@ -33,10 +33,8 @@ pub fn main() !void {
|
||||
}
|
||||
lp.log.opts.level = .warn;
|
||||
const config = try lp.Config.init(allocator, "legacy-test", .{ .serve = .{
|
||||
.common = .{
|
||||
.tls_verify_host = false,
|
||||
.user_agent_suffix = "internal-tester",
|
||||
},
|
||||
.insecure_disable_tls_host_verification = true,
|
||||
.user_agent_suffix = "internal-tester",
|
||||
} });
|
||||
defer config.deinit(allocator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user