You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: synthetics/browser-test/set-up-browser-test.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -585,7 +585,7 @@ To create an exclusion rule:
585
585
* To exclude a specific domain, including all of its subdomains, enter ``domainname\.com``
586
586
* To exclude only the subdomains of a specific domain, but not the domain itself, enter ``.+\.domainname\.com``
587
587
* To exclude a JavaScript app, enter ``domainname\.com/appname\.js``
588
-
* To exclude entire directories, enter ``domainname\.com/scripts\/.+``
588
+
* To exclude entire directories, enter ``domainname\.com/directoryname\/.+``
589
589
590
590
.. note::
591
591
:guilabel:`All Except` inclusions take precedence over other exclusions. The order in which you specify exclusions doesn't matter except when you're using a combination of :guilabel:`All Except` and :guilabel:`Custom`.
0 commit comments