SyntaxFix
Write A Post
Hire A Developer
Questions
According to the grammar in the CSP spec, you need to specify schemes as scheme:, not just scheme. So, you need to change the image source directive to:
scheme:
scheme
img-src 'self' data:;