Skip to content

Commit f88302b

Browse files
authored
Restoration to pre-5e957dd (#56524)
1 parent 8310639 commit f88302b

File tree

1 file changed

+10
-41
lines changed

1 file changed

+10
-41
lines changed

content/copilot/how-tos/administer/organizations/configuring-your-proxy-server-or-firewall-for-copilot.md

Lines changed: 10 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -25,48 +25,17 @@ If your company employs security measures like a firewall or proxy server, you s
2525

2626
| Domain and/or URL | Purpose |
2727
| :------------------------------------- | :--------------------------------- |
28-
| `https://github.com/login/*` | Authentication, only required with Personal Users |
29-
| `https://github.com/login?*` | Authentication, only required with Personal Users |
30-
| `https://github.com/login/oauth/*` | Authentication, only required with {% data variables.product.prodname_emus %} |
31-
| `https://api.github.com/user/*` | User Management |
32-
| `https://github.com/favicon.ico` | Icon |
33-
| `https://github.com/account/*` | Account |
34-
| `https://github.com/settings/*` | Settings |
35-
| `https://avatars.githubusercontent.com/*` | Avatars |
36-
| `https://github.com/copilot/*` | Copilot |
37-
| `https://raw.githubusercontent.com/*` | Raw Content |
38-
| `https://github.githubassets.com/*` | GitHub Assets |
39-
| `https://collector.github.com/*` | Collector |
40-
| `https://github.com/github-copilot/*` | GitHub Copilot |
41-
| `https://api.github.com/*` | API |
42-
| `https://github.com/notifications/*` | Notifications |
43-
| `https://github.com/session/*` | Session |
44-
| `https://github.com/dashboard/*` | Dashboard |
45-
| `https://github.com/dashboard?*` | Dashboard |
46-
| `https://github.com/logout/*` | Logout |
47-
| `https://github.com/logout?*` | Logout |
48-
| `https://github.com/switch_account?*` | Switch Account |
49-
| `https://github.com/switch_account/*` | Switch Account |
50-
51-
## {% data variables.product.prodname_copilot_short %} related URLs
52-
53-
| Domain and/or URL | Purpose |
54-
| :------------------------------------- | :--------------------------------- |
28+
| `https://github.com/login/*` | Authentication |
29+
| `https://api.github.com/user` | User Management |
5530
| `https://api.github.com/copilot_internal/*` | User Management |
56-
| `https://copilot-telemetry.githubusercontent.com/telemetry/*` | Telemetry |
57-
| `https://default.exp-tas.com/*` | Telemetry |
58-
| `https://copilot-proxy.githubusercontent.com/*` | API service for {% data variables.product.prodname_copilot_short %} suggestions |
59-
| `https://origin-tracker.githubusercontent.com/*` | API service for {% data variables.product.prodname_copilot_short %} suggestions |
60-
| `https://*.githubcopilot.com/*`[^1] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
61-
| `https://*.individual.githubcopilot.com/*`[^2] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
62-
| `https://*.business.githubcopilot.com/*`[^3] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
63-
| `https://*.enterprise.githubcopilot.com/*`[^4] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
64-
65-
If your organization is using Microsoft Entra ID, you also need to add the following URLs to the allowlist:
66-
* `https://login.microsoftonline.com/*`
67-
* `https://aadcdn.msauth.net/*`
68-
* `https://login.live.com/*`
69-
* `https://*.activedirectory.windowsazure.com/*`
31+
| `https://copilot-telemetry.githubusercontent.com/telemetry` | Telemetry |
32+
| `https://default.exp-tas.com` | Telemetry |
33+
| `https://copilot-proxy.githubusercontent.com` | API service for {% data variables.product.prodname_copilot_short %} suggestions |
34+
| `https://origin-tracker.githubusercontent.com` | API service for {% data variables.product.prodname_copilot_short %} suggestions |
35+
| `https://*.githubcopilot.com`[^1] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
36+
| `https://*.individual.githubcopilot.com`[^2] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
37+
| `https://*.business.githubcopilot.com`[^3] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
38+
| `https://*.enterprise.githubcopilot.com`[^4] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
7039

7140
Depending on the security policies and editors your organization uses, you may need to allowlist additional domains and URLs. For more information on specific editors, see [Further reading](#further-reading).
7241

0 commit comments

Comments
 (0)