Skip to content
Merged
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
Binary file modifieddocs/platform/webcontainers/assets/chrome-memory-saver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modifieddocs/platform/webcontainers/assets/chrome-settings-popups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/platform/webcontainers/browser-config.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -30,6 +30,7 @@ This can happen automatically if your popups settings, [chrome://settings/conten

```
https://[*.]webcontainer.io
https://[*.]webcontainer-api.io
```

<img class="mx-auto" alt="Chrome popups settings showing the *.webcontainer.io origins as exceptions" src="./assets/chrome-settings-popups.png" width="800" height="502.37" />
Expand All@@ -40,6 +41,7 @@ Lastly, if Chrome's [memory saver][CHROME_MEMORY_SAVER] is turned on, this step

```
https://webcontainer.io
https://webcontainer-api.io
https://stackblitz.com
```

Expand DownExpand Up@@ -70,6 +72,7 @@ To allow all StackBlitz projects to use Service Workers, go to your browser’s
```
https://[*.]stackblitz.io
https://[*.]webcontainer.io
https://[*.]webcontainer-api.io
```

For instance, in Chrome, go to `chrome://settings/cookies` and add those exceptions in the “Sites that can always use cookies” section.
Expand DownExpand Up@@ -123,6 +126,7 @@ To add exceptions for StackBlitz, scroll down to the “Cookies and Site Data”
```
https://stackblitz.io
https://webcontainer.io
https://webcontainer-api.io
```

<img
Expand All@@ -142,6 +146,7 @@ This can happen automatically if your popups settings, [about:preferences#privac

```
https://webcontainer.io
https://webcontainer-api.io
```

<img alt="Firefox popups settings showing the webcontainer.io site allowed as an exception" src="./assets/firefox-settings-popups.png" width="800" height="649" />
Expand Down