Skip to content

Commit 22c98ef

Browse files
authored
chore: add domain whitelisting instructions to FAQ (#271)
1 parent 72808a4 commit 22c98ef

File tree

1 file changed

+8
-0
lines changed
  • packages/projects-docs/pages

1 file changed

+8
-0
lines changed

packages/projects-docs/pages/faq.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ Devboxes are part of our evolved CodeSandbox experience, so we highly advise you
9898
If you encounter this error when importing or committing, check your sandbox or
9999
repo for large binary files and remove them.
100100

101+
## Which CodeSandbox domains should I whitelist on my firewall to ensure CodeSandbox loads correctly?
102+
103+
If you suspect that your Sandboxes/Devboxes aren't starting due to your firewall rules, try whitelisting the following domains:
104+
105+
- `codesandbox.io`
106+
- `*.csb.app`
107+
- `worker.codesandbox.io`
108+
101109
## Can I use a database on CodeSandbox?
102110

103111
Yes, you can use any database that has a Docker image available with a Devbox. Some popular databases with Docker images include MySQL, PostgreSQL, MongoDB, and Redis.

0 commit comments

Comments
 (0)