Open jamesarosen opened 9 years ago
It's possible this issue belongs on https://github.com/rwjblue/ember-cli-content-security-policy -- specifically around https://github.com/rwjblue/ember-cli-content-security-policy/blob/bb9a5ce76fdb116806c209d192c8f08d384eeb24/index.js#L37-L42
I'm running ember-cli in dev on a custom domain. My
/etc/hosts
looks likeThen I access my Ember app at
http://my-app.dev.local:4200
. Ember works fine and LiveReload works fine. But in my console, I seeThe relevant portion of my
config/environment.js
looks like