Paul Dickerson

Results 5 comments of 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. ![screen shot 2016-05-03 at 12 50 30 pm](https://cloud.githubusercontent.com/assets/1786442/14991102/c354cbfa-112d-11e6-8675-adcde1ba9d08.png)

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...