Skip to content

Commit c081514

Browse files
author
ada
committed
Incorporated reviewer feedback
1 parent 554991e commit c081514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synthetics/browser-test/set-up-browser-test.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ To create an exclusion rule:
582582
* To use regular expressions, select :guilabel:`Custom` and specify a value or regular expression.
583583
For example:
584584

585-
* To exclude specific domains, enter ``domainname\.com``
586-
* To exclude specific subdomains, enter ``.+\.domainname\.com``
585+
* To exclude a specific domain, including all of its subdomains, enter ``domainname\.com``
586+
* To exclude only the subdomains of a specific domain, but not the domain itself, enter ``.+\.domainname\.com``
587587
* To exclude a JavaScript app, enter ``domainname\.com/appname\.js``
588588
* To exclude entire directories, enter ``domainname\.com/scripts\/.+``
589589

0 commit comments

Comments
 (0)