From 8034e0bbaac394e8aadd585642b5be98ff083e46 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Tue, 12 Mar 2024 06:37:09 +0100 Subject: [PATCH] Revert "Use Bidi HAR by default for Firefox (#2089)" This reverts commit 778740270f0a9ab8a80862b3f6ff93ee5d7c910a. --- lib/support/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/support/cli.js b/lib/support/cli.js index 4c0682a3b..e1ebf17f0 100644 --- a/lib/support/cli.js +++ b/lib/support/cli.js @@ -454,7 +454,7 @@ export function parseCommandLine() { }) .option('firefox.bidihar', { describe: 'Use the new bidi HAR generator', - default: true, + default: false, type: 'boolean', group: 'firefox' })