I tried different ways even using this url : StackOverflow CSP Image issue
But still facing the issue:
Refused to load the image '<URL>' because it violets the following Content Security Policy directive : image-src 'self' data:.
My URL looks like this:
https://abcstotrage.blob.core.windows.net/contnr/folderimg/img/2/2019_45_566_x.bmp?x=2019-12-14&sr=tyu
And I am using below metaTag:
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data: gap: content:;
img-src https://* 'self' data: mediastream: blob: filesystem; script-src 'self' 'unsafe-inline' 'unsafe-eval' *;
style-src 'self' 'unsafe-inline' *">