aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.conf
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-07-11 17:02:48 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-07-11 17:02:48 +0200
commitd773004b48c1c85c75a6298e32c09dec269d703f (patch)
tree061f527c4b95c8bd7dbcfff8127761e30615984a /src/rest/rest.conf
parentda2a75db566b67e51ab1916378621ef1300ae37e (diff)
downloadgnunet-d773004b48c1c85c75a6298e32c09dec269d703f.tar.gz
gnunet-d773004b48c1c85c75a6298e32c09dec269d703f.zip
only add cors header for webext
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 504f82a1b..08f4d2bc3 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_ECHO_ORIGIN=YES 9REST_ECHO_ORIGIN_WEBEXT=YES
10REST_ALLOW_CREDENTIALS=true 10REST_ALLOW_CREDENTIALS=true