diff --git a/app.js b/app.js index 48ede6e63..a30d1a202 100644 --- a/app.js +++ b/app.js @@ -24,7 +24,7 @@ if (app.get('env') !== 'test') { app.set('trust proxy', 1); // We disable frameward on helmet to allow crossdomain injection of the embed app.use(helmet({ - frameguard: false + frameguard: false })); app.use(bodyParser.json()); app.use('/client', express.static(path.join(__dirname, 'dist')));