senky / phpbb-ext-simplewysiwyg

Replaces posting area with simple WYSIWYG editor.
GNU General Public License v2.0
1 stars 2 forks source link

inline images #7

Open timriker opened 3 years ago

timriker commented 3 years ago

Pasting from an external document gets images that are inline. These display fine in the editor, but not on the preview or on the site. Example: [img]data:image/webp;base64,UklGRmIAAABXRUJQVlA4TFUAAAAvB8ABACegmJEkaK7nEAzM+hMtC1k20nbTERzM+wM9gJq2jaB+YxEUzPFHdPP8R8j/u501taAQkiQ3OxcADiH8G7xAjOh/AGS3xnbZ8zrb4X8SlLkAAA==[/img]

Is there a recommended way to allow [img]data:image/* markup in phpbb?