aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Smith <zach@driver.xyz>2018-09-03 12:46:55 -0700
committerGitHub <noreply@github.com>2018-09-03 12:46:55 -0700
commit9083026ac05b0674c9e235ce3efba8990fdabce7 (patch)
tree9c2b57130994c5ceb1e66697e0f18bee298666fc
parent8f6fac2a324c1ec2e134d144e7ef39260355b1b6 (diff)
downloaddriver-core-9083026ac05b0674c9e235ce3efba8990fdabce7.tar.gz
driver-core-9083026ac05b0674c9e235ce3efba8990fdabce7.tar.bz2
driver-core-9083026ac05b0674c9e235ce3efba8990fdabce7.zip
Add http dev.cndriver.xyz to cors whitelist (#209)v1.13.3
-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 ac4b253..795dbb4 100644
--- a/src/main/resources/reference.conf
+++ b/src/main/resources/reference.conf
@@ -23,6 +23,10 @@ application {
hostSuffix: driver.xyz
},
{
+ scheme: http
+ hostSuffix: dev.cndriver.xyz
+ },
+ {
scheme: https
hostSuffix: driver.network
},