Try this inside the content="" property of the meta tag just to see if the error disapear
default-src
'self'
data:
gap:
file:
;
img-src *
;
style-src
'self'
'unsafe-inline'
;
script-src
'self'
'unsafe-eval'
;