update allowlist
This commit is contained in:
parent
6905d3d0a8
commit
d84220b2c2
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -62,7 +62,7 @@ const getFileType = (filename) => {
|
|||
return type;
|
||||
};
|
||||
|
||||
const allowlist = ['https://files.hippoz.xyz/', 'https://hippoz.xyz/', 'https://files.hippoz.xyz', 'https://hippoz.xyz']
|
||||
const allowlist = ['https://hippoz.xyz/', 'https://hippoz.xyz']
|
||||
const corsOptions = {
|
||||
origin: function (origin, callback) {
|
||||
if (allowlist.indexOf(origin) !== -1) {
|
||||
|
|
Loading…
Reference in a new issue