We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14166c commit 959dc6dCopy full SHA for 959dc6d
README.md
@@ -71,7 +71,7 @@ However, if this does not work or alternatively, you can follow these steps to s
71
2. **Start Chrome with Remote Debugging Enabled**:
72
- **Windows** (in Command Prompt or PowerShell):
73
```cmd
74
- "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
75
76
```
77
- **Linux** (in Terminal):
0 commit comments