aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/reference.conf')
-rw-r--r--src/main/resources/reference.conf11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf
index aed7b12..238ac68 100644
--- a/src/main/resources/reference.conf
+++ b/src/main/resources/reference.conf
@@ -13,16 +13,7 @@ application {
cors {
allowedMethods: ["GET", "PUT", "POST", "PATCH", "DELETE", "OPTIONS"]
- allowedOrigins: [
- {
- scheme: http
- hostSuffix: localhost
- },
- {
- scheme: https
- hostSuffix: example.com
- }
- ]
+ allowedOrigins: []
}
}