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 aec154c commit ea66dd3Copy full SHA for ea66dd3
docs/bypass-proxy-domains.md
@@ -63,4 +63,6 @@ String bypassProxyDomains[] = { "127.0.0.1", "localhost", "todomvc" };
63
64
capabilities.setCapability("dedicatedProxy", true);
65
capabilities.setCapability("bypassProxyDomains", bypassProxyDomains);
66
-```
+```
67
+
68
+> **Note :** Cypress currently does not support bypassing the domains `127.0.0.1` and `localhost` when using the `bypassProxyDomains` capability
0 commit comments