aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.conf
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-06-27 10:34:46 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-06-27 10:34:46 +0200
commit06f8f6b3f76f69285240b056dd78697faddda32f (patch)
treecaa4ef822c4a13af69252e8d98c561be64fea0b8 /src/rest/rest.conf
parent1404df3675582aa96dd0b1a6b9eabe69555f67be (diff)
downloadgnunet-06f8f6b3f76f69285240b056dd78697faddda32f.tar.gz
gnunet-06f8f6b3f76f69285240b056dd78697faddda32f.zip
echo origin for CORS in rest
Diffstat (limited to 'src/rest/rest.conf')
-rw-r--r--src/rest/rest.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest/rest.conf b/src/rest/rest.conf
index 71fef8aa1..504f82a1b 100644
--- a/src/rest/rest.conf
+++ b/src/rest/rest.conf
@@ -6,5 +6,5 @@ HTTP_PORT=7776
6BIND_TO=127.0.0.1 6BIND_TO=127.0.0.1
7BIND_TO6=::1 7BIND_TO6=::1
8REST_ALLOW_HEADERS=Authorization,Accept,Content-Type 8REST_ALLOW_HEADERS=Authorization,Accept,Content-Type
9REST_ALLOW_ORIGIN=* 9REST_ECHO_ORIGIN=YES
10REST_ALLOW_CREDENTIALS=true 10REST_ALLOW_CREDENTIALS=true