Skip to content

Commit

Permalink
fixing environment for production
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 25, 2018
1 parent 4f2173a commit d96d429
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand All @@ -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') {
Expand Down

0 comments on commit d96d429

Please sign in to comment.