From 4dd8aec9d4f7b332b85523c788166bf0ff586334 Mon Sep 17 00:00:00 2001 From: hamed-musallam <35760236+hamed-musallam@users.noreply.github.com> Date: Wed, 5 Apr 2023 13:50:21 +0200 Subject: [PATCH 1/2] fix: append subdomain prefix to 'nmrxiv.org' (#86) --- src/allowed-origins.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/allowed-origins.json b/src/allowed-origins.json index fff0bdb..5de3dcc 100644 --- a/src/allowed-origins.json +++ b/src/allowed-origins.json @@ -1,6 +1,8 @@ [ - "https://nmrxiv.org", - "http://nmrxiv.org", + "https://nmrium.nmrxiv.org", + "http://nmrium.nmrxiv.org", + "http://nmriumdev.nmrxiv.org", + "https://nmriumdev.nmrxiv.org", "http://localhost", "http://localhost:3000", "http://127.0.0.1:", @@ -12,4 +14,4 @@ "https://landolt.ac.rwth-aachen.de", "https://chemotion-t-01.zdv.uni-mainz.de", "https://chemotion-01.zdv.uni-mainz.de" -] +] \ No newline at end of file From 0039739a6eb0c2b1baad29f2dea139bb8d9f3b9f Mon Sep 17 00:00:00 2001 From: Chandu Nainala Date: Tue, 18 Apr 2023 12:07:48 +0200 Subject: [PATCH 2/2] Update allowed-origins.json --- src/allowed-origins.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/allowed-origins.json b/src/allowed-origins.json index 5de3dcc..f8dc1bf 100644 --- a/src/allowed-origins.json +++ b/src/allowed-origins.json @@ -13,5 +13,6 @@ "https://nodejsdev.nmrxiv.org", "https://landolt.ac.rwth-aachen.de", "https://chemotion-t-01.zdv.uni-mainz.de", - "https://chemotion-01.zdv.uni-mainz.de" -] \ No newline at end of file + "https://chemotion-01.zdv.uni-mainz.de", + "https://chemotion.biblio.etc.tu-bs.de" +]