mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
small improvements and fixes
This commit is contained in:
@@ -23,7 +23,7 @@ app.use(helmet({
|
||||
hidePoweredBy: false, // deactivated because electron 4.0 crashes on this right after startup
|
||||
contentSecurityPolicy: {
|
||||
directives: {
|
||||
defaultSrc: ["*", "'unsafe-inline'"]
|
||||
defaultSrc: ["*", "'unsafe-inline'", "'unsafe-eval'"]
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user