Paul Dickerson
Paul Dickerson
Here is my current config: ``` module.exports = function(environment) { var ENV = { contentSecurityPolicy: { 'default-src': "'none'", 'script-src': "'self' *", 'font-src': "'self'", 'connect-src': "'self' *", 'img-src': "'self'", 'style-src': "'self'...
From production env/mode. 
It only gets picked up when running ember serve but not for builds in my case.
Do you see anything that I might be doing wrong?
It's been awhile and figured I would check in on this issue. Any progress on wiring up the configuration overwrites correctly? I just had to do a new build on...