From 64ecd7f2ca0e23b79f5e80015f43fbedcfac7ab6 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Mon, 15 Jul 2024 07:12:37 +0200 Subject: [PATCH] request headers works for edge --- lib/cli/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/cli.js b/lib/cli/cli.js index d6568c50b..4bdcfa541 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -1050,7 +1050,7 @@ export async function parseCommandLine() { .option('browsertime.requestheader', { alias: ['r', 'requestheader'], describe: - 'Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome and Firefox.', + 'Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome, Firefox and Edge.', group: 'Browser' }) .option('browsertime.cookie', {