push auths

merge-requests/4/head
Matthew 2020-08-30 21:55:32 -04:00
parent 5104bff4fe
commit 298ece06d8
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 5 deletions

View File

@ -58,11 +58,7 @@ export default class Server {
this.app.use(helmet({
hsts: false,
hidePoweredBy: false,
contentSecurityPolicy: {
directives: {
defaultSrc: ["'*'"],
},
},
contentSecurityPolicy: false,
}));
this.app.use(bodyParser.json());
this.app.use(bodyParser.urlencoded({ extended: true }));