Skip to content
Closed
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
8 changes: 4 additions & 4 deletions sandboxes/base/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ network_policies:
name: copilot
endpoints:
# Auth and user management
- { host: github.com, port: 443 }
- { host: api.github.com, port: 443 }
- { host: github.com, port: 443, allow_uninspected_credentials: true }
- { host: api.github.com, port: 443, allow_uninspected_credentials: true }
# Copilot API (subscription-tier routing)
- { host: api.githubcopilot.com, port: 443, protocol: rest, enforcement: enforce, access: read-write }
- { host: api.individual.githubcopilot.com, port: 443, protocol: rest, enforcement: enforce, access: read-write }
Expand All @@ -125,10 +125,10 @@ network_policies:
- { host: pypi.org, port: 443 }
- { host: files.pythonhosted.org, port: 443 }
# uv python install downloads from python-build-standalone on GitHub
- { host: github.com, port: 443 }
- { host: github.com, port: 443, allow_uninspected_credentials: true }
- { host: objects.githubusercontent.com, port: 443 }
# uv resolves python-build-standalone release metadata via the GitHub API
- { host: api.github.com, port: 443 }
- { host: api.github.com, port: 443, allow_uninspected_credentials: true }
- { host: downloads.python.org, port: 443 }
binaries:
- { path: /sandbox/.venv/bin/python }
Expand Down
4 changes: 2 additions & 2 deletions sandboxes/droid/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ network_policies:
endpoints:
- { host: pypi.org, port: 443 }
- { host: files.pythonhosted.org, port: 443 }
- { host: github.com, port: 443 }
- { host: github.com, port: 443, allow_uninspected_credentials: true }
- { host: objects.githubusercontent.com, port: 443 }
- { host: api.github.com, port: 443 }
- { host: api.github.com, port: 443, allow_uninspected_credentials: true }
- { host: downloads.python.org, port: 443 }
binaries:
- { path: /sandbox/.venv/bin/python }
Expand Down
8 changes: 4 additions & 4 deletions sandboxes/gemini/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ network_policies:
- { host: pypi.org, port: 443 }
- { host: files.pythonhosted.org, port: 443 }
# uv python install downloads from python-build-standalone on GitHub
- { host: github.com, port: 443 }
- { host: github.com, port: 443, allow_uninspected_credentials: true }
- { host: objects.githubusercontent.com, port: 443 }
# uv resolves python-build-standalone release metadata via the GitHub API
- { host: api.github.com, port: 443 }
- { host: api.github.com, port: 443, allow_uninspected_credentials: true }
- { host: downloads.python.org, port: 443 }
binaries:
- { path: /sandbox/.venv/bin/python }
Expand Down Expand Up @@ -170,8 +170,8 @@ network_policies:
copilot:
name: copilot
endpoints:
- { host: github.com, port: 443 }
- { host: api.github.com, port: 443 }
- { host: github.com, port: 443, allow_uninspected_credentials: true }
- { host: api.github.com, port: 443, allow_uninspected_credentials: true }
- { host: api.githubcopilot.com, port: 443 }
- { host: api.enterprise.githubcopilot.com, port: 443 }
- { host: release-assets.githubusercontent.com, port: 443 }
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/ollama/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ network_policies:
- { host: registry.ollama.com, port: 443 }
- { host: registry.ollama.ai, port: 443 }
- { host: "*.r2.cloudflarestorage.com", port: 443 }
- { host: github.com, port: 443 }
- { host: github.com, port: 443, allow_uninspected_credentials: true }
- { host: objects.githubusercontent.com, port: 443 }
- { host: raw.githubusercontent.com, port: 443 }
- { host: release-assets.githubusercontent.com, port: 443 }
Expand Down
8 changes: 4 additions & 4 deletions sandboxes/pi/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ network_policies:
- { host: platform.claude.com, port: 443 }
- { host: auth.openai.com, port: 443 }
- { host: chatgpt.com, port: 443 }
- { host: github.com, port: 443 }
- { host: api.github.com, port: 443 }
- { host: github.com, port: 443, allow_uninspected_credentials: true }
- { host: api.github.com, port: 443, allow_uninspected_credentials: true }
# pi downloads managed fd/ripgrep binaries from GitHub release assets.
- { host: release-assets.githubusercontent.com, port: 443 }
- { host: api.githubcopilot.com, port: 443 }
Expand Down Expand Up @@ -145,10 +145,10 @@ network_policies:
- { host: pypi.org, port: 443 }
- { host: files.pythonhosted.org, port: 443 }
# uv python install downloads from python-build-standalone on GitHub
- { host: github.com, port: 443 }
- { host: github.com, port: 443, allow_uninspected_credentials: true }
- { host: objects.githubusercontent.com, port: 443 }
# uv resolves python-build-standalone release metadata via the GitHub API
- { host: api.github.com, port: 443 }
- { host: api.github.com, port: 443, allow_uninspected_credentials: true }
- { host: downloads.python.org, port: 443 }
binaries:
- { path: /sandbox/.venv/bin/python }
Expand Down