@clawos-dev/clawd 0.2.210-beta.419.6484399 → 0.2.210
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
|
@@ -41578,8 +41578,6 @@ function composeGuestSandbox(base, userWorkDir, spawnCwd) {
|
|
|
41578
41578
|
"~/.clawd/config.json",
|
|
41579
41579
|
"~/.clawd/auth.json"
|
|
41580
41580
|
]);
|
|
41581
|
-
const netv = s.sandbox.network ?? (s.sandbox.network = {});
|
|
41582
|
-
netv.allowedDomains = unionArr(netv.allowedDomains, ["*.tunnel.clawos.chat"]);
|
|
41583
41581
|
return s;
|
|
41584
41582
|
}
|
|
41585
41583
|
|
package/package.json
CHANGED