From 26173a036b13196295128875e0a2d1180b82b6cd Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Tue, 26 Mar 2019 19:41:09 +0100
Subject: [PATCH] cors: added needed option to sample config

---
 contrib/sample-cfg.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/sample-cfg.yaml b/contrib/sample-cfg.yaml
index 4e72989..4a9f1bd 100644
--- a/contrib/sample-cfg.yaml
+++ b/contrib/sample-cfg.yaml
@@ -50,4 +50,5 @@ importer:
 #     - PATCH
 #     - DELETE
 #   allowed-headers: ['*']
+#   allow-credentials: true
 #   debug: true
-- 
GitLab