Hi,
I am building an image-heavy website, and want to use WebP images (for all of the advantages of smaller files, faster downloads, and less bandwidth usage).
But I also want to use the current standards of Content Security Policy.
Here is the problem: If you create a website with a CSP, you must define: Content-Security-Policy "img-src data:" in order for WebP images to load. But everything I read says that allowing data: in CSP is not secure, and defeats the purpose of having CSP?
Is there a relatively simple way to use WebP images with CSP that doesn't require a PhD in computer engineering to implement?