From 551c5a798a365bb7cdc49fa6badf132ec4417262 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Tue, 6 Mar 2018 21:08:53 +0100 Subject: be lax with origins --- src/rest/rest.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rest') diff --git a/src/rest/rest.conf b/src/rest/rest.conf index 0a919df20..138751696 100644 --- a/src/rest/rest.conf +++ b/src/rest/rest.conf @@ -3,5 +3,5 @@ UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-rest.sock BINARY=gnunet-rest-server REST_PORT=7776 REST_ALLOW_HEADERS=Authorization,Accept,Content-Type -REST_ALLOW_ORIGIN=http://localhost:8000 -REST_ALLOW_CREDENTIALS=true \ No newline at end of file +REST_ALLOW_ORIGIN=* +REST_ALLOW_CREDENTIALS=true -- cgit v1.2.3