Commit 52f8dae
committed
fix(sandbox): complete copilot network policy from official allowlist
Adds missing endpoints from GitHub's official Copilot allowlist reference:
- api.individual.githubcopilot.com (Pro/Pro+ plan routing)
- api.business.githubcopilot.com (Business plan routing)
- copilot-proxy.githubusercontent.com (model proxy)
- copilot-telemetry.githubusercontent.com (telemetry)
- default.exp-tas.com (feature flags/experimentation)
- origin-tracker.githubusercontent.com (API service)
Removes gh binaries since copilot is a standalone binary, not gh copilot.
Source: https://docs.github.com/en/copilot/reference/copilot-allowlist-reference1 parent 89833d4 commit 52f8dae
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
73 | | - | |
74 | | - | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
0 commit comments