From 45f6f5276cec493b0ef1280759cf163330103ab6 Mon Sep 17 00:00:00 2001 From: Jean-Luc Herren Date: Thu, 3 Aug 2023 19:17:56 +0200 Subject: [PATCH 1/2] Fix invalid port number in web-security.mdx (#5408) --- docs/guides/guides/web-security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/guides/web-security.mdx b/docs/guides/guides/web-security.mdx index c3a8a545ab..76207d219b 100644 --- a/docs/guides/guides/web-security.mdx +++ b/docs/guides/guides/web-security.mdx @@ -28,7 +28,7 @@ and we are _mostly_ able to do this. - Uses the browser's internal APIs for network level traffic. When Cypress first loads, the internal Cypress web application is hosted on a -random port: something like `http://localhost:65874/__/`. +random port: something like `http://localhost:64874/__/`. After the first [`cy.visit()`](/api/commands/visit) command is issued in a test, Cypress changes its URL to match the origin of your remote application, thereby From b4266c27eaadbdd4030a18488a961bcec45c7910 Mon Sep 17 00:00:00 2001 From: Paul Jaffre Date: Fri, 4 Aug 2023 12:27:15 -0400 Subject: [PATCH 2/2] restore allowlist urls after faulty merge (#5411) --- docs/faq/questions/cloud-faq.mdx | 7 ++++--- docs/guides/references/troubleshooting.mdx | 9 +++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/faq/questions/cloud-faq.mdx b/docs/faq/questions/cloud-faq.mdx index 72ccff32d0..0cd945ce87 100644 --- a/docs/faq/questions/cloud-faq.mdx +++ b/docs/faq/questions/cloud-faq.mdx @@ -267,18 +267,19 @@ Cloud. - `https://assets.cypress.io` - **Asset CDN** (Org logos, icons, videos, screenshots, etc.) - `https://authenticate.cypress.io` - **Authentication API** -- `https://capture.cypress.io` - **Cypress Test Replay** - `https://cloud.cypress.io` - **Cypress Cloud** - `https://docs.cypress.io` - **Cypress documentation** - `https://download.cypress.io` - **CDN download of Cypress binary** - `https://on.cypress.io` - **URL shortener for link redirects** **If you are using GitHub Enterprise or GitLab for Enterprise (Self-managed), -you may also need to add both the following to the version control IP allow -list:** +you may also need to add the following to the version control IP allowlist:** - `3.211.102.119` - **Dedicated IP** - `18.213.72.78` - **Dedicated IP** +- `35.169.145.173` - **Dedicated IP** +- `44.199.152.70` - **Dedicated IP** +- `52.70.95.89` - **Dedicated IP** ## Cypress Cloud Account diff --git a/docs/guides/references/troubleshooting.mdx b/docs/guides/references/troubleshooting.mdx index b170fff588..12cabf1d3c 100644 --- a/docs/guides/references/troubleshooting.mdx +++ b/docs/guides/references/troubleshooting.mdx @@ -228,6 +228,15 @@ Cloud. - `https://download.cypress.io` - **CDN download of Cypress binary** - `https://on.cypress.io` - **URL shortener for link redirects** +**If you are using GitHub Enterprise or GitLab for Enterprise (Self-managed), +you may also need to add the following to the version control IP allowlist:** + +- `3.211.102.119` - **Dedicated IP** +- `18.213.72.78` - **Dedicated IP** +- `35.169.145.173` - **Dedicated IP** +- `44.199.152.70` - **Dedicated IP** +- `52.70.95.89` - **Dedicated IP** + ## Clear App Data Cypress maintains some local application data in order to save user preferences