Results 1 comments of Grigory Alexandrov

There is a solution to this problem! 🚀 Base64 will solve the problem. Add to file `/plugins/redmine_ckeditor/init.rb`: ``` Loofah::HTML5::WhiteList::ALLOWED_PROTOCOLS.replace RedmineCkeditor.allowed_protocols Loofah::HTML5::WhiteList::ALLOWED_PROTOCOLS.add('data') ``` _This is necessary to display images with a...