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:
commit
aa4ca05897
4 changed files with 69 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Reference in a new issue