fix(whatsapp): sandbox chromium by default
This commit is contained in:
@@ -373,6 +373,7 @@ const whatsappSchema = z.object({
|
||||
allowed_group_ids: z.array(z.string()).default([]),
|
||||
require_mention: z.boolean().default(true),
|
||||
data_dir: z.string().optional(),
|
||||
no_sandbox: z.boolean().default(false),
|
||||
}).optional();
|
||||
|
||||
const matrixSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user