Restricted paths prevent the Chat widget from mounting on selected URL paths inside an origin that is otherwise allowed to run the Agent.
This allows you to install one widget snippet broadly while keeping the Agent off sensitive, transactional, or inappropriate areas of the same site.
The Settings page describes this as the path-level companion to Allowed Origins.
Enter one restricted path or path pattern per line.
Examples include:
/admin/admin/*/checkout/account/*A value such as:
/admin
matches the exact path itself.
The * character is used as a wildcard.
For example:
/admin/*
blocks paths underneath /admin rather than only the exact /admin path.
The deployed Settings guidance indicates that Restricted Path matching is case-insensitive.
After entering the paths, select Save paths.
The interface then reports how many paths are blocked.
An empty Restricted Paths list means there are no path restrictions. The widget can mount throughout the already allowed origin, subject to its other runtime rules.
Restricted Paths are useful for areas such as:
Do not use Restricted Paths as a substitute for Allowed Origins. First authorize the correct website domains. Then use Restricted Paths to suppress the Agent only on specific parts of those websites.
After saving, test both an allowed page and a restricted page. Confirm that the widget appears where intended and remains absent from blocked paths.