Weapp Content Security Policy directive blocking external images

Hi, i’ve been trying to create a news feed with meteor for a webapp. I’m using pusher and newsapi, so far everything works when accessing the webapp in my local network but when i serve the page thru reverse proxy nginx, i keep having a Content Security Policy directive error which doesn’t load the images from external sources. I already setup the browser policy package with no effect and also the meta tag in the html. I keep getting this error:

Refused to load the image… because it violates the following Content Security Policy directive: “img-src ‘self’ https:// ssl.google-analytics .com https:// s-static.ak.facebook .com https:// assets.zendesk .com”.

Any help is appreciated, i’m about to give up! :frowning:

Thanks.