From 1056d3022cc6a80a876b7e332d25365559a6c2c6 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:08:09 +0000 Subject: [PATCH] Add reference to comprehensive accessible domains list for self-hosted runners (#58563) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com> Co-authored-by: Tim Rogers Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- .../coding-agent/customize-the-agent-environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md index 08b627c958..af2c9cd3a6 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md @@ -186,6 +186,8 @@ When using self-hosted runners, especially with the firewall disabled, ensure yo * `uploads.github.com` * `user-images.githubusercontent.com` +For a comprehensive list of other hosts that must also be allowlisted for {% data variables.product.prodname_actions %} self-hosted runners, see [AUTOTITLE](/actions/reference/runners/self-hosted-runners#accessible-domains-by-function). + ## Enabling Git Large File Storage (LFS) If you use Git Large File Storage (LFS) to store large files in your repository, you will need to customize {% data variables.product.prodname_copilot_short %}'s environment to install Git LFS and fetch LFS objects.