From 6f45bbb4de48dae7c8f39deeee8d27b9a2b28f10 Mon Sep 17 00:00:00 2001 From: Gabriel <162917831+thesomewhatyou@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:11:32 -0400 Subject: [PATCH 1/3] Update troubleshooting tips for connection issues Added notes about Firefox's Enhanced Tracking Protection and LibreWolf regarding connection issues. --- .../troubleshooting-your-connection-to-github-codespaces.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md index 6221c90c30cd..5f87af8eddf5 100644 --- a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md @@ -38,6 +38,10 @@ To get the list of domains required by {% data variables.product.prodname_github `gh api meta --jq .domains.codespaces` +* 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, go to [Mozilla's guide](https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions) on how to add exceptions. + ### "We are having trouble fetching your codespace information" This is a transitional error. Wait for a few minutes and try again. From 36cda66b5ee44db45c221811d2bc594672adbe15 Mon Sep 17 00:00:00 2001 From: Gabriel <162917831+thesomewhatyou@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:44:10 -0400 Subject: [PATCH 2/3] Specify the issue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../troubleshooting-your-connection-to-github-codespaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md index 5f87af8eddf5..d401c2b9c2ab 100644 --- a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md @@ -38,10 +38,10 @@ To get the list of domains required by {% data variables.product.prodname_github `gh api meta --jq .domains.codespaces` -* 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. +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, go to [Mozilla's guide](https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions) on how to add exceptions. - ### "We are having trouble fetching your codespace information" This is a transitional error. Wait for a few minutes and try again. From 518ac6db902fbbb42375d91da1308da384be33e5 Mon Sep 17 00:00:00 2001 From: Gabriel <162917831+thesomewhatyou@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:44:43 -0400 Subject: [PATCH 3/3] Reducey the redundancy Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../troubleshooting-your-connection-to-github-codespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md index d401c2b9c2ab..7e48bbc75535 100644 --- a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md @@ -41,7 +41,7 @@ To get the list of domains required by {% data variables.product.prodname_github 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, go to [Mozilla's guide](https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions) on how to add exceptions. +* 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.