From 33c792717190fe77bb9b13781fea2ee4a46868ec Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Fri, 14 Oct 2022 20:55:47 +0000 Subject: [PATCH] Update config.js --- conf/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.js b/conf/config.js index e3dd5ad..41b1075 100644 --- a/conf/config.js +++ b/conf/config.js @@ -72,7 +72,7 @@ module.exports = { * * CUSTOMIZE AND UNCOMMENT THIS FOR PRODUCTION INSTALLATIONS. */ - // httpSafeOrigin: "https://some-other-domain.xyz", + httpSafeOrigin: "https://sandbox-__DOMAIN__", /* httpAddress specifies the address on which the nodejs server * should be accessible. By default it will listen on 127.0.0.1 @@ -325,4 +325,4 @@ module.exports = { * */ installMethod: 'unspecified', -}; \ No newline at end of file +};