aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin <39610262+JustinDriver@users.noreply.github.com>2018-07-27 04:55:06 +0800
committerZach Smith <zach@driver.xyz>2018-07-26 13:55:06 -0700
commitc62054d92704d292c3533613f66bac4dc9c7216a (patch)
tree693107483321880c9cc6ebc66f3a46350fcfb8b8
parent819c8d14ed32785995ba8a42bdac80a8d9f2c557 (diff)
downloaddriver-core-c62054d92704d292c3533613f66bac4dc9c7216a.tar.gz
driver-core-c62054d92704d292c3533613f66bac4dc9c7216a.tar.bz2
driver-core-c62054d92704d292c3533613f66bac4dc9c7216a.zip
Add cndriver.xyz to allowedOrigins (#185)
-rw-r--r--src/main/resources/reference.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf
index 74ad206..fd2da69 100644
--- a/src/main/resources/reference.conf
+++ b/src/main/resources/reference.conf
@@ -25,6 +25,10 @@ application {
{
scheme: https
hostSuffix: driver.network
+ },
+ {
+ scheme: https
+ hostSuffix: cndriver.xyz
}
]
}