diff --git a/sandbox/managed-settings.json b/sandbox/managed-settings.json index 167b771..1d2b632 100644 --- a/sandbox/managed-settings.json +++ b/sandbox/managed-settings.json @@ -7,15 +7,33 @@ "enableWeakerNestedSandbox": true, "network": { "allowedDomains": [ - "pypi.org", - "files.pythonhosted.org", - "registry.npmjs.org", + "anthropic-proxy", + "api.anthropic.com", + "statsig.anthropic.com", "github.com", "api.github.com", - "raw.githubusercontent.com", - "objects.githubusercontent.com", "codeload.github.com", - "anthropic-proxy" + "objects.githubusercontent.com", + "raw.githubusercontent.com", + "release-assets.githubusercontent.com", + "registry.npmjs.org", + "npmjs.com", + "npmjs.org", + "yarnpkg.com", + "registry.yarnpkg.com", + "pypi.org", + "pythonhosted.org", + "files.pythonhosted.org", + "crates.io", + "index.crates.io", + "static.crates.io", + "deb.nodesource.com", + "archive.ubuntu.com", + "security.ubuntu.com", + "*.geoboundaries.org", + "www.geoboundaries.org", + "*.googleapis.com", + "*.jsdelivr.net" ] } },