Merge branch 'master' into clostridium

* master:
  Customizing refresh token flow
  Remove quint-notifications
  Tweaking bower.json to fix CI build errors
  Changed mind on strain model MU prop
  Remove ES6 features from config
This commit is contained in:
Matthew Dillon 2015-11-16 16:59:10 -07:00
commit aa4ca05897
4 changed files with 69 additions and 8 deletions

View file

@ -61,7 +61,7 @@ module.exports = function(environment) {
}
ENV.apiURL = apiURL;
ENV.contentSecurityPolicy['connect-src'] = `'self' ${apiURL}`;
ENV.contentSecurityPolicy['connect-src'] = "'self' " + apiURL;
return ENV;
};