@clawos-dev/clawd 0.2.208 → 0.2.209-beta.416.b1feadc
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 +2 -0
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -41820,6 +41820,8 @@ 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"]);
|
|
41823
41825
|
return s;
|
|
41824
41826
|
}
|
|
41825
41827
|
|
package/package.json
CHANGED