Fix marvinJS in tinymce [SCI-9594]

This commit is contained in:
Anton 2023-10-24 16:31:20 +02:00
parent 1eece29f84
commit e0f2677d1c

View file

@ -325,6 +325,7 @@ class Constants
config[:attributes][:all] << 'id'
config[:attributes][:all] << 'contenteditable'
config[:attributes]['img'] << 'data-mce-token'
config[:attributes]['img'] << 'data-source-type'
config[:protocols]['img']['src'] << 'data'
INPUT_SANITIZE_CONFIG = Sanitize::Config.freeze_config(config)