Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ To get the list of domains required by {% data variables.product.prodname_github

`gh api meta --jq .domains.codespaces`

This error can also be caused by browser privacy features such as Enhanced Tracking Protection (ETP) in Firefox or LibreWolf:

* Firefox’s Enhanced Tracking Protection (ETP) can cause this error, especially in Strict mode. Add your codespace URL as an exception or turn ETP off.
* LibreWolf, however, does not have the ability to turn off ETP. LibreWolf also forces Strict mode on ETP as well, meaning you must add it as an exception. To add exceptions, follow [Mozilla's guide](https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions).
### "We are having trouble fetching your codespace information"

This is a transitional error. Wait for a few minutes and try again.
Expand Down
Loading