From 959dc6d8e17f343b68ecd6e7df421a95a868ded5 Mon Sep 17 00:00:00 2001 From: galatian44to7 Date: Fri, 17 Jan 2025 15:55:17 +0100 Subject: [PATCH] Windows debug mode command update to prevent cross-site network errors on some Windows Chrome versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ecb145..2447410 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ However, if this does not work or alternatively, you can follow these steps to s 2. **Start Chrome with Remote Debugging Enabled**: - **Windows** (in Command Prompt or PowerShell): ```cmd - "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --profile-directory="Default" + "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --profile-directory="Default" --disable-features=BlockInsecurePrivateNetworkRequests ``` - **Linux** (in Terminal):