1
0
Fork 0

fix csp again

refactor/models
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,
contentSecurityPolicy: {
directives: {
defaultSrc: ['self'],
defaultSrc: ["'self'"],
},
},
}));