I want my users not to embed inline images in the editor.
<img src="data:image/png;base64,iVBORw...g==" alt="Red dot" />
After checking the manual, I realized that there are filters for the attributes of the elements.
However, I could not find anything about filtering attribute values, such as the src attribute for the img element.
I would appreciate if someone would point me in the right direction.
Greetings
Oliver
source
share