Skip to content

Commit bbc2fbf

Browse files
authored
Merge pull request #1068 from lightpanda-io/fix_wpt_runner_user_agent
git wpt runner a (not required) user_agent
2 parents 823b7f0 + edc53d6 commit bbc2fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main_wpt.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pub fn main() !void {
6666

6767
var app = try App.init(allocator, .{
6868
.run_mode = .fetch,
69+
.user_agent = "User-Agent: Lightpanda/1.0 Lightpanda/WPT",
6970
});
7071
defer app.deinit();
7172

0 commit comments

Comments
 (0)