Loading the image blob:https://community.mendix.com/uuid violates the following Content Security Policy directive: img-src self *.mendix.com *.mendixcloud.com ... The action has been blocked.

0
Hi. I'm trying to upload images from my PC to this forum and it fails silently. In Chrome console there's this error:Loading the image 'blob:https://community.mendix.com/<uuid>' violates the following Content Security Policy directive: "img-src 'self' *.mendix.com *.mendixcloud.com ... The action has been blocked.
asked
1 answers
0


Hi Ilya,

This looks like a CSP configuration issue on the Mendix Community website rather than an issue with your image.


The browser creates a temporary blob: URL when previewing the selected image, but the current img-src policy appears not to allow blob: URLs, so Chrome blocks it.


This likely needs to be fixed by the Community platform team by allowing blob: in the img-src CSP directive. As a temporary workaround, you can try another browser or refresh the page and upload again.


Kindly mark this as the accepted answer if it helps.

answered