Skip to content

Commit

Permalink
Windows debug mode command update to prevent cross-site network error…
Browse files Browse the repository at this point in the history
…s on some Windows Chrome versions
  • Loading branch information
galatian44to7 committed Jan 17, 2025
1 parent a14166c commit 959dc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 959dc6d

Please sign in to comment.