Search code examples
imagetinymcerichfaces

TinyMCE removes double slashes


How do you disable automatic double-slases removing? When I put base64 embeded image (< img src="data:image/png;base64,xyz...///...==" alt=""/> in html mode it auto removes double slashes and so the image is corrupted...


Solution

  • I solved the problem by writting custom urlconverter_callback...