Skip to content

Commit

Permalink
Merge branch 'main' into elevatebart/add-qualified-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart authored Aug 4, 2023
2 parents ecee962 + b4266c2 commit 5561e96
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/faq/questions/cloud-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/guides/web-security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions docs/guides/references/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5561e96

Please sign in to comment.