Skip to content
Snippets Groups Projects
Commit 7556bb00 authored by Falk's avatar Falk :ping_pong:
Browse files

fix: Include https variant of freefalk in CORS whitelist.

parent 96e025af
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ let cookieParser = require('cookie-parser');
const app = express();
const port = process.env.PORT || 3002;
const whitelist = [`http://localhost:${ port }`, `http://freefalk.tk`]
const whitelist = [`http://localhost:${ port }`, 'http://freefalk.tk', 'https://freefalk.tk']
const corsOptions = {
credentials: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment