Ignore <img> HTML tags in rich text editor

Ignore <img> HTML tags in rich text editor

The src attribute of
<img>
HTML tags could potentially point to a vulnerable or improper URL. With this release we allow to explicitly configure that any <img> tag inside the rich text editor should be ignored via the following setting in
plugin_customization.ini.
plugin_customization.ini
# If set to false, img tags are not allowed in rich text fields. # IMG html tags can contains src-attributes which can be vulnerable or can contains improper urls. # Default is true. com.heiler.ppm.richtext.server/enable-img-html-tag = true

0 COMMENTS

We’d like to hear from you!