fix csp again

merge-requests/1/merge
Matthew 2019-11-17 16:23:24 -05:00
parent d219a1eb7e
commit 09eb30d813
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export default class Server {
hidePoweredBy: false, hidePoweredBy: false,
contentSecurityPolicy: { contentSecurityPolicy: {
directives: { directives: {
defaultSrc: ['self'], defaultSrc: ["'self'"],
}, },
}, },
})); }));