From 500b7f8eb03e14985fdde15194a3a872e2d13bbe Mon Sep 17 00:00:00 2001 From: SergioFLS Lastname <sergioflsgd@hotmail.com> Date: Wed, 12 Jul 2023 19:17:49 +0000 Subject: [PATCH] use --unsafely-treat-insecure-origin-as-secure flag --- startChrome.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startChrome.bat b/startChrome.bat index faba85d..de0498a 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 -- GitLab