@clawos-dev/clawd 0.2.209-beta.416.b1feadc → 0.2.210-beta.417.a3be9b3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.cjs +0 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -41820,8 +41820,6 @@ function composeGuestSandbox(base, userWorkDir, spawnCwd) {
|
|
|
41820
41820
|
"~/.clawd/config.json",
|
|
41821
41821
|
"~/.clawd/auth.json"
|
|
41822
41822
|
]);
|
|
41823
|
-
const netv = s.sandbox.network ?? (s.sandbox.network = {});
|
|
41824
|
-
netv.allowedDomains = unionArr(netv.allowedDomains, ["*.tunnel.clawos.chat"]);
|
|
41825
41823
|
return s;
|
|
41826
41824
|
}
|
|
41827
41825
|
|
package/package.json
CHANGED