fix(whatsapp): sandbox chromium by default

This commit is contained in:
William Valentin
2026-02-15 21:57:52 -08:00
parent 63d645bd87
commit 8709c3c9b4
8 changed files with 94 additions and 1 deletions
+11
View File
@@ -749,6 +749,17 @@ pairing:
| `/pair list` | List pending codes and approved senders |
| `/pair revoke <channel> <id>` | Revoke an approved sender |
## WhatsApp Chromium Sandbox
WhatsApp adapter now launches Chromium in sandboxed mode by default.
If you must disable Chromium sandboxing in a high-trust/containerized environment:
```yaml
whatsapp:
no_sandbox: true
```
### Gateway API
| Method | Description |