diff --git a/startChrome.bat b/startChrome.bat index faba85de50b5dea10ebe44d89d5f606432eb87fe..de0498a9858f3db86b15eaaacca73b03dacef486 100644 --- a/startChrome.bat +++ b/startChrome.bat @@ -1,4 +1,4 @@ @ECHO OFF PUSHD %~dp0\Chromium -chrome.exe "%~1" --flag-switches-begin --no-default-browser-check --no-first-run --no-pings --disable-sync --allow-outdated-plugins --disable-logging --disable-breakpad --user-data-dir=user_data --proxy-server="127.0.0.1:22500" --flag-switches-end --disable-web-security --test-type +chrome.exe "%~1" --flag-switches-begin --no-default-browser-check --no-first-run --no-pings --disable-sync --allow-outdated-plugins --unsafely-treat-insecure-origin-as-secure="%~1" --disable-logging --disable-breakpad --user-data-dir=user_data --proxy-server="127.0.0.1:22500" --flag-switches-end --disable-web-security --test-type POPD