I am trying to create an extension of an action on a page and I need to load an external JavaScript library from a pop-up window (it must come from an external domain in order to send the correct cookies).
However, I get this error message:
Failed to load script from 'http://api.flattr.com/js/0.6/load.js?mode=auto' due to Content-Security-Policy.
Is there any way around this?
source share