Visualizer with uri image options

Is there any way to change the Content Security Policy that is set in the head/meta tag of the rendered html file?

This directive (img-src http: https:) needs to be this (img-src * data:) to display the base64 string image in the Handlebars template like this:

<img src='data:image/JPG,base64stringgoeshere'/>

Thanks