-
Notifications
You must be signed in to change notification settings - Fork 61
Global Isolation
Isolation lets you configure cases where navigating in tabs or mouse clicks on links should open new Temporary Containers instead of just navigating to the target domain, hence isolating the origin domain.
Always:
Every Navigation in the active Tab will reopen in new Temporary Containers.
If the Navigation Target Domain does not exactly match the active Tabs Domain - Subdomains also get isolated:
Will reopen Tabs in new Temporary Containers if the active Tab tries to navigate to a URL whose Domain does not exactly match the active Tabs Domain. Subdomains do not match exactly and hence get also isolated.
If the Navigation Target Domain does not match the active Tabs Domain - Subdomains won't get isolated:
Will reopen Tabs in new Temporary Containers if the active Tab tries to navigate to a URL whose Domain does not match the active Tabs Domain. All Subdomains also match and hence won't get isolated.
Never:
No isolation applies.
Note:
- Not every website navigation is actually a browser navigation which can get isolated
- Navigating in tabs also covers mouse clicks (since it's a navigation), so you might not need to configure mouse clicks, unless you want a more strict configuration for a specific mouse click. Navigating in tabs is also more reliable, so you should prefer that if possible.
Middle Mouse
, Ctrl/Cmd+Left Mouse
, Left Mouse
Always:
Every clicked Link in the active Tab will reopen in new Temporary Containers.
If the clicked Link Domain does not exactly match the active Tabs Domain - Subdomains also get isolated:
Will reopen clicked Links in new Temporary Containers if the clicked Link is a URL whose Domain does not exactly match the active Tabs Domain. Subdomains do not match exactly and hence get also isolated.
If the clicked Link Domain does not match the active Tabs Domain - Subdomains won't get isolated:
Will reopen clicked Links in new Temporary Containers if the clicked Link is a URL whose Domain does not match the active Tabs Domain. All Subdomains also match and hence won't get isolated.
Never:
No isolation applies.
Note:
Permanent containers added here are excluded from Isolation.
Domain Patterns added here are excluded from Isolation.
Note:
-
Navigating in Tabs
andMouse Clicks
inGlobal Isolation
apply to all Tabs unless overwritten by a specificPer Domain Isolation
configuration.Exclude permanent containers
andExclude domains
can't get overwritten.