Skip to content

Commit 06ef1fa

Browse files
fix: append subdomain prefix to 'nmrxiv.org' (#86) (#87)
1 parent fee3f6b commit 06ef1fa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/allowed-origins.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[
2-
"https://nmrxiv.org",
3-
"http://nmrxiv.org",
2+
"https://nmrium.nmrxiv.org",
3+
"http://nmrium.nmrxiv.org",
4+
"http://nmriumdev.nmrxiv.org",
5+
"https://nmriumdev.nmrxiv.org",
46
"http://localhost",
57
"http://localhost:3000",
68
"http://127.0.0.1:",
@@ -12,4 +14,4 @@
1214
"https://landolt.ac.rwth-aachen.de",
1315
"https://chemotion-t-01.zdv.uni-mainz.de",
1416
"https://chemotion-01.zdv.uni-mainz.de"
15-
]
17+
]

0 commit comments

Comments
 (0)