From 13fb5fa9294c576247a4c2eac843d9201bbcef15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 21 Mar 2019 22:30:13 +0100 Subject: [PATCH] Using espurna.io as CORS domain --- code/espurna/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 8c74394c..4a76e78d 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -491,7 +491,7 @@ // there are no special requirements. Any static web server will do (NGinx, Apache, Lighttpd,...). // The only requirement is that the resource must be available under this domain. #ifndef WEB_REMOTE_DOMAIN -#define WEB_REMOTE_DOMAIN "http://tinkerman.cat" +#define WEB_REMOTE_DOMAIN "http://espurna.io" #endif // -----------------------------------------------------------------------------