Skip to content

Commit 6ee2f1e

Browse files
committed
Merge pull request EFForg#2239 from dbaxa/update_atlassian_rule_set_exclude_new_office_domain
Exclude the new internal office.atlassian.com domain.
2 parents 817a071 + ce1548b commit 6ee2f1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/chrome/content/rules/Atlassian.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@
8787

8888
<!-- Added by Atlassian:
8989
-->
90-
<exclusion pattern="^http://(?:.+\.(?:ams|dyn\.syd|inf|internal|sf)|go)\.atlassian\.com/" />
90+
<exclusion pattern="^http://(?:.+\.(?:ams|dyn\.syd|inf|internal|sf|office)|go)\.atlassian\.com/" />
9191

9292
<test url="http://go.atlassian.com/" />
93+
<test url="http://eg.office.atlassian.com/" />
9394

9495
<!--exclusion pattern="^http://wac\.29c4\.edgecastcdn\.net/(?!8029C4/wac-small//wac/)" /-->
9596

0 commit comments

Comments
 (0)