Skip to content

Feat: Add security section with domains for whitelisting #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
"privacy/privacy"
]
},
{
"group": "Security",
"pages": [
"security/security"
]
},
{
"group": "Troubleshooting",
"pages": [
Expand Down
20 changes: 20 additions & 0 deletions security/security.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Security FAQ
---

### What domains should I whitelist when using Cursor behind a corporate VPN/proxy?

If you're behind a corporate proxy, whitelist these domains to ensure that Cursor works correctly:

- Most API requests: **https://api2.cursor.sh**
- Cursor Tab requests (HTTP/2 only): **https://api3.cursor.sh**
- Codebase indexing (HTTP/2 only): **https://repo42.cursor.sh**
- Cursor Tab requests depending on your location (HTTP/2 only):
- **https://api4.cursor.sh**
- **https://us-asia.gcpp.cursor.sh**
- **https://us-eu.gcpp.cursor.sh**
- **https://us-only.gcpp.cursor.sh**
- Downloading extensions from the extension marketplace:
- **https://marketplace.cursorapi.com**
- **https://cursor-cdn.com**
- Checking for and downloading updates: **https://download.todesktop.com**