Here are some examples of how to manually add sites if you want to create an exclusion:
1. Entire domains and subdomains: Omit the URL scheme. For instance, ulaa.com will match and prevent deactivation of subdomains like drive.ulaa.com and calendar.ulaa.com.
2.
Specific domains, excluding subdomains: Include a dot (.) before the URL host. For example, .ulaa.com will not match and prevent deactivation of subdomains such as
www.ulaa.com, drive.ulaa.com, and calendar.ulaa.com.
3.
Specific subdirectory: Include the URL path. For example,
www.ulaa.com/releases will match and prevent deactivation of all Ulaa releases pages but won’t prevent deactivation of the main
www.ulaa.com pages.
4. URL host and query components: Use asterisks (*) as wildcards. For instance, https://* will match and prevent deactivation of all https sites, and ulaa.com/watch?v=* will match and prevent deactivation of Ulaa videos.
5. Wildcards for prefix, suffix, or substring matches of the URL host component are not supported. For example, *laa.com or ulaa.com/* will not match and prevent deactivation.