Skip to content

Commit

Permalink
Revert "Use Bidi HAR by default for Firefox (#2089)"
Browse files Browse the repository at this point in the history
This reverts commit 7787402.
  • Loading branch information
soulgalore authored Mar 12, 2024
1 parent bb15c6c commit 8034e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/support/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})
Expand Down

0 comments on commit 8034e0b

Please sign in to comment.