Skip to content

Commit 1ea5afc

Browse files
amanchopra1905Ishavyas9
authored andcommitted
updated the note for the cypress - bypassproxy
1 parent ac4d5d1 commit 1ea5afc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/bypass-proxy-domains.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ String bypassProxyDomains[] = { "127.0.0.1", "localhost", "todomvc" };
6363

6464
capabilities.setCapability("dedicatedProxy", true);
6565
capabilities.setCapability("bypassProxyDomains", bypassProxyDomains);
66-
```
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

Comments
 (0)