Skip to content

Commit

Permalink
fix: append subdomain prefix to 'nmrxiv.org' (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Apr 5, 2023
1 parent 745ccf0 commit 4dd8aec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/allowed-origins.json
Original file line number Diff line number Diff line change
@@ -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:",
Expand All @@ -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"
]
]

0 comments on commit 4dd8aec

Please sign in to comment.