Skip to content

Commit 959dc6d

Browse files
committed
Windows debug mode command update to prevent cross-site network errors on some Windows Chrome versions
1 parent a14166c commit 959dc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ However, if this does not work or alternatively, you can follow these steps to s
7171
2. **Start Chrome with Remote Debugging Enabled**:
7272
- **Windows** (in Command Prompt or PowerShell):
7373
```cmd
74-
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --profile-directory="Default"
74+
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --profile-directory="Default" --disable-features=BlockInsecurePrivateNetworkRequests
7575
7676
```
7777
- **Linux** (in Terminal):

0 commit comments

Comments
 (0)