Skip to content

Commit d2149a0

Browse files
yardenacdiracdeltas
authored andcommitted
[Atlassian] exclude click.mailer.atlassian.com
- there appears to be no SSL at all on this subdomain. Conflicts: src/chrome/content/rules/Atlassian.xml
1 parent 8c4541f commit d2149a0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/chrome/content/rules/Atlassian.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@
1212

1313
<!--
1414
<securecookie host="^(.*\.)?atlassian\.com$" name=".*" />
15-
-->
16-
<exclusion pattern="http://downloads\.atlassian\.com/" />
15+
16+
17+
UPDATE: looks like downloads is properly configured now.
18+
-->
19+
<!--exclusion pattern="http://downloads\.atlassian\.com/" /-->
20+
21+
<exclusion pattern="http://click\.mailer\.atlassian\.com/" />
22+
23+
<securecookie host="^(?:ace|answers|aug|confluence|developer|jira|marketplace|my)\.atlassian\.com$" name=".+" />
1724

1825

1926
<!-- !www 404s -->

0 commit comments

Comments
 (0)