Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Commit 71fe5a8

Browse files
Merge pull request #14 from fmarier/atlassian-login-4419
Fix Atlassian logins
2 parents 9fc9b5a + 4ca4e88 commit 71fe5a8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

data/ReferrerWhitelist.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
"https://www.nin.com/*": [
4747
"https://*.netdna-ssl.com/*"
4848
]
49-
}
49+
},
50+
{
51+
"https://id.atlassian.com/*": [
52+
"https://atlassian.net/*"
53+
]
54+
},
55+
{
56+
"https://*.atlassian.net/*": [
57+
"https://atlassian.net/*"
58+
]
59+
}
5060
]
5161
}

0 commit comments

Comments
 (0)