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
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ redirect_from:

If your company employs security measures like a firewall or proxy server, you should add the following URLs, ports, and protocols to an allowlist to ensure {% data variables.product.prodname_copilot_short %} works as expected:

## {% data variables.product.prodname_enterprise %} related URLs

| Domain and/or URL | Purpose |
| :------------------------------------- | :--------------------------------- |
| `https://github.com/YOUR-ENTERPRISE/*` | Enterprise URL |
| `https://github.com/YOUR-ENTERPRISE?*` | Enterprise URL |
| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} |

## {% data variables.product.github %} public URLs

| Domain and/or URL | Purpose |
| :------------------------------------- | :--------------------------------- |
| `https://github.com/login/*` | Authentication |
| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} |
| `https://api.github.com/user` | User Management |
| `https://api.github.com/copilot_internal/*` | User Management |
| `https://copilot-telemetry.githubusercontent.com/telemetry` | Telemetry |
Expand Down
1 change: 0 additions & 1 deletion content/copilot/how-tos/build-copilot-extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ versions:
topics:
- Copilot
children:
- /quickstart-for-github-copilot-extensions-using-agents
- /setting-up-copilot-extensions
- /creating-a-copilot-extension
- /building-a-copilot-agent-for-your-copilot-extension
Expand Down
3 changes: 2 additions & 1 deletion content/copilot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ featuredLinks:
startHere:
- /copilot/get-started/what-is-github-copilot
- /copilot/get-started/quickstart
- /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
- /copilot/tutorials/quickstart-for-github-copilot-extensions-using-agents
- /copilot/concepts/about-copilot-coding-agent
popular:
- /copilot/get-started/github-copilot-features
Expand All @@ -35,3 +35,4 @@ children:
topics:
- Copilot
---

2 changes: 2 additions & 0 deletions content/copilot/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ children:
- /choosing-the-right-ai-tool-for-your-task
- /comparing-ai-models-using-different-tasks
- /enhancing-copilot-agent-mode-with-mcp
- /quickstart-for-github-copilot-extensions-using-agents
- /speeding-up-development-work-with-copilot-spaces
- /using-copilot-to-explore-a-codebase
- /writing-tests-with-github-copilot
Expand All @@ -23,3 +24,4 @@ children:
redirect_from:
- /copilot/using-github-copilot/guides-on-using-github-copilot
---

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ redirect_from:
- /copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/using-a-demo-agent
- /copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions
- /copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
- /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents
topics:
- Copilot
shortTitle: Extensions quickstart
Expand Down
Loading