Content Security Policy “data” not working for base64 Images in Chrome 28

In this simple example, I’m trying to set a CSP header with the meta http-equiv header. I included a base64 image and I’m trying to make Chrome load the image. I thought the data keyword should do that, but somehow it’s not working. I just get the following error in Developer Tools: Refused to load … Read more