mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
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:
@@ -66,6 +66,7 @@ pub fn main() !void {
|
|||||||
|
|
||||||
var app = try App.init(allocator, .{
|
var app = try App.init(allocator, .{
|
||||||
.run_mode = .fetch,
|
.run_mode = .fetch,
|
||||||
|
.user_agent = "User-Agent: Lightpanda/1.0 Lightpanda/WPT",
|
||||||
});
|
});
|
||||||
defer app.deinit();
|
defer app.deinit();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user