Remove ES6 features from config
This commit is contained in:
parent
7d05740901
commit
b8e4ba3c84
1 changed files with 1 additions and 1 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