Merge pull request #1068 from lightpanda-io/fix_wpt_runner_user_agent

git wpt runner a (not required) user_agent
This commit is contained in:
Karl Seguin
2025-09-19 13:07:14 +08:00
committed by GitHub

View File

@@ -66,6 +66,7 @@ pub fn main() !void {
var app = try App.init(allocator, .{
.run_mode = .fetch,
.user_agent = "User-Agent: Lightpanda/1.0 Lightpanda/WPT",
});
defer app.deinit();