Skip to content

Commit e78c37b

Browse files
committed
Add ruleset tests to cover the internal exclusion pattern.
Signed-off-by: david black <dblack@atlassian.com>
1 parent 5911373 commit e78c37b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/chrome/content/rules/Atlassian.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
-->
9292
<exclusion pattern="^http://(?:.+\.(?:ams|dyn\.syd|inf|internal|sf|office)|go)\.atlassian\.com/" />
9393

94+
<test url="http://x.ams.atlassian.com/" />
95+
<test url="http://eg.ams.atlassian.com/" />
96+
<test url="http://eg.dyn.syd.atlassian.com/" />
97+
<test url="http://eg.inf.atlassian.com/" />
98+
<test url="http://eg.internal.atlassian.com/" />
99+
<test url="http://eg.sf.atlassian.com/" />
94100
<test url="http://go.atlassian.com/" />
95101
<test url="http://eg.office.atlassian.com/" />
96102

0 commit comments

Comments
 (0)