Open killerwilmer opened 9 years ago
How are you configuring the directive? What browser are you using? I'm using it in our app (https://github.com/exceptionless/Exceptionless.UI/tree/master/src/components/intercom) without issue. You could try comparing yours to mine.
I'm developing an (chrome app) with Angular, https://developer.chrome.com/apps/first_app
This seems to be the same issue you get when loading external libraries within a chrome extension. Have a look at google's documentation about content security policy.
@killerwilmer were you able to solve this chrome app issue?
No, for chrome app closing reasons we moved to electron.js
Refused to load the script 'https://widget.intercom.io/widget/q12jy5vx' because it violates the following Content Security Policy directive: "default-src 'self' chrome-extension-resource:". Note that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.