我正在尝试从外部服务器加载Ionic 2中的base64图像。我尝试过如下配置CSP:
thisMonth = Month(thisDate)
但是,错误仍然是:
<meta http-equiv="Content-Security-Policy" content="
default-src *; style-src 'self' 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval';
img-src 'self' data: blob: ;
" />
图片代码位于because it violates the following Content Security Policy directive: "img-src 'self' data: blob: ".
,其中base64Image是页面本身的变量。
帮助?