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' })