From 298ece06d869a858f5058ae437c3126d299f7651 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 30 Aug 2020 21:55:32 -0400 Subject: [PATCH] push auths --- src/class/Server.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/class/Server.ts b/src/class/Server.ts index c62a02d..908af97 100644 --- a/src/class/Server.ts +++ b/src/class/Server.ts @@ -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 }));