Skip to content

Commit 7278636

Browse files
ok
1 parent b4e0241 commit 7278636

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sandboxes/droid/policy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,16 @@ network_policies:
4444
- { host: api.factory.ai, port: 443 }
4545
# Auth, OAuth callbacks, CLI updates
4646
- { host: app.factory.ai, port: 443 }
47+
# WorkOS authentication (device code / OAuth login flow)
48+
- { host: api.workos.com, port: 443 }
4749
# Droid Computers relay (HTTPS + WSS)
4850
- { host: relay.factory.ai, port: 443 }
51+
# CLI auto-update CDN
52+
- { host: downloads.factory.ai, port: 443 }
53+
# Documentation / changelog
54+
- { host: docs.factory.ai, port: 443 }
55+
# Customer OTEL telemetry
56+
- { host: "*.run.app", port: 443 }
4957
# Error tracking
5058
- { host: "*.ingest.us.sentry.io", port: 443 }
5159
- { host: "*.ingest.sentry.io", port: 443 }

0 commit comments

Comments
 (0)