Skip to content

remove access control for images => Fix broken images in emails

This MR removes the access control for uploaded images. This is needed to display the images in emails again.

The previous solution to base64 encode the images had to be reverted, because not all email clients supported it.

If possible this should go into the 7.10 release.

/cc @DouweM

Merge request reports