mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
Update npm packages and resolve package changes
This commit is contained in:
parent
da302fce32
commit
a6386bd60e
9 changed files with 9970 additions and 9699 deletions
|
@ -49,7 +49,7 @@ var Server = function (config, callback) {
|
|||
res.status(403).send("This device is not allowed to access your mirror. <br> Please check your config.js or config.js.sample to change this.");
|
||||
});
|
||||
});
|
||||
app.use(helmet());
|
||||
app.use(helmet({ contentSecurityPolicy: false }));
|
||||
|
||||
app.use("/js", express.static(__dirname));
|
||||
var directories = ["/config", "/css", "/fonts", "/modules", "/vendor", "/translations", "/tests/configs"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue