Skip to content
Snippets Groups Projects
Commit d0e4df44 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

allow metager3.de host

parent e65cd0a7
No related branches found
No related tags found
No related merge requests found
Pipeline #7418 passed
......@@ -100,7 +100,7 @@ app.use((req, res, next) => {
res.locals = res;
res.locals.baseDir = "";
let subPath = req.url.match(/^((\/.*)?\/keys)/);
let allowed_hosts = ["localhost", "metager.de", "metager.org"];
let allowed_hosts = ["localhost", "metager.de", "metager.org", "metager3.de"];
if (
allowed_hosts.includes(req.hostname) ||
......
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