diff --git a/examples/settings/settings-strict.json b/examples/settings/settings-strict.json index faa1fb0f..73ef2ecd 100644 --- a/examples/settings/settings-strict.json +++ b/examples/settings/settings-strict.json @@ -11,5 +11,16 @@ }, "allowManagedPermissionRulesOnly": true, "allowManagedHooksOnly": true, - "strictKnownMarketplaces": [] + "strictKnownMarketplaces": [], + "sandbox": { + "autoAllowBashIfSandboxed": false, + "excludedCommands": [], + "network": { + "allowUnixSockets": [], + "allowLocalBinding": false, + "httpProxyPort": null, + "socksProxyPort": null + }, + "enableWeakerNestedSandbox": false + } }