Skip to content

Commit

Permalink
chore: add domain whitelisting instructions to FAQ (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelima18 authored Oct 3, 2024
1 parent 72808a4 commit 22c98ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/projects-docs/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ Devboxes are part of our evolved CodeSandbox experience, so we highly advise you
If you encounter this error when importing or committing, check your sandbox or
repo for large binary files and remove them.

## Which CodeSandbox domains should I whitelist on my firewall to ensure CodeSandbox loads correctly?

If you suspect that your Sandboxes/Devboxes aren't starting due to your firewall rules, try whitelisting the following domains:

- `codesandbox.io`
- `*.csb.app`
- `worker.codesandbox.io`

## Can I use a database on CodeSandbox?

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.
Expand Down

0 comments on commit 22c98ef

Please sign in to comment.