forked from engineering/cloudservices
push auths
parent
5104bff4fe
commit
298ece06d8
|
@ -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 }));
|
||||
|
|
Loading…
Reference in New Issue