Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 9558: Disable DoH for network-audit #9561

Merged
merged 1 commit into from May 3, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix 9558: Disable DoH for network-audit

  • Loading branch information
jumde committed Apr 30, 2020
commit 7013079b9b8f6a843a2d4d07a98aeb72b7645b26
@@ -48,6 +48,9 @@ const start = (passthroughArgs, buildConfig = config.defaultBuildConfig, options
// This only has meaning with MacOS and official build.
braveArgs.push('--disable-brave-update')
}
if (options.disable_doh) {
braveArgs.push('--disable-doh')
}
if (options.enable_smart_tracking_protection) {
braveArgs.push('--enable-smart-tracking-protection')
}
@@ -16,7 +16,7 @@
"update_patches": "node ./scripts/commands.js update_patches",
"apply_patches": "node ./scripts/commands.js apply_patches",
"start": "node ./scripts/commands.js start",
"network-audit": "node ./scripts/commands.js start --enable_brave_update --network_log --user_data_dir_name=brave-network-test",
"network-audit": "node ./scripts/commands.js start --enable_brave_update --network_log --user_data_dir_name=brave-network-test --disable-doh",
"push_l10n": "node ./scripts/commands.js push_l10n",
"pull_l10n": "node ./scripts/commands.js pull_l10n",
"chromium_rebase_l10n": "node ./scripts/commands.js chromium_rebase_l10n",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.