1
0
Fork 0

push auths

refactor/models
Matthew 2020-08-30 21:52:46 -04:00
parent 3b667ac3fe
commit 5104bff4fe
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

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