ntegral/strapi-provider-upload-azure-storage-blob

Content Security Policy of your site blocks some resources

Opened this issue · 1 comments

I re-installed my packages when upgrading from 4.0.0 to 4.0.7 (thanks for your help!).
I am now getting an error on the media library page: "Content Security Policy of your site blocks some resources" referencing the azure blob storage URL.

Is this permission something I can add by altering middleware.js or should I re-install the plugin?

I was able to resolve this error by adding my Azure blob storage account to middlewares.js as per this article: strapi/strapi#11637.