Open Allowed domains
Dashboard → Widget Settings → Allowed domains.
Control which websites can load your chat widget.
Only websites you explicitly allow can load your chat widget. This prevents unauthorized sites from embedding your widget key. Pro
Dashboard → Widget Settings → Allowed domains.
Enter bare domains like example.com (covers www.example.com and subdomains) or specific hosts like app.example.com.
Add staging and preview URLs before testing — the widget will not load on unlisted domains.
Use patterns like *.example.com to allow all subdomains. Wildcards are useful for multi-tenant SaaS apps.
| Pattern | Matches |
|---|---|
example.com | example.com, www.example.com, app.example.com |
*.example.com | Any subdomain of example.com |
localhost | Local development on port 80/443 |
www and bare domain, or missing a staging URL. The widget shows an error: “Add it under Allowed Domains in Widget Settings.”
See Troubleshooting for more fixes.