From d96d429a6dfed5e7eb511b11f662438497cbdf70 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 25 Jun 2018 13:52:15 +0100 Subject: [PATCH] fixing environment for production --- config/environment.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config/environment.js b/config/environment.js index 85cddeb..2fa57e5 100644 --- a/config/environment.js +++ b/config/environment.js @@ -23,13 +23,7 @@ module.exports = function(environment) { // when it is created }, - contentSecurityPolicy: { - 'default-src': "'none'", - 'img-src': "'self' use.typekit.net data: ", - 'connect-src': "'self' maps.gstatic.com ws://*:49155 http://*:49155", - 'script-src': "'self' 'unsafe-eval' 'unsafe-inline' use.typekit.net", - 'style-src': "'self' 'unsafe-inline' use.typekit.net" - }, + stripe: {}, }; if (environment === 'development') { @@ -38,8 +32,6 @@ module.exports = function(environment) { // ENV.APP.LOG_TRANSITIONS = true; // ENV.APP.LOG_TRANSITIONS_INTERNAL = true; ENV.APP.LOG_VIEW_LOOKUPS = true; - ENV.stripe = { - }; } if (environment === 'test') {