html: allow inline images by default (because of custom emoji)

This commit is contained in:
William Pitcock 2018-09-10 00:23:23 +00:00
commit 358f88e10a
2 changed files with 18 additions and 1 deletions

View file

@ -77,7 +77,9 @@ config :pleroma, :instance,
managed_config: true
config :pleroma, :markup,
allow_inline_images: false,
# XXX - unfortunately, inline images must be enabled by default right now, because
# of custom emoji. Issue #275 discusses defanging that somehow.
allow_inline_images: true,
allow_headings: false,
allow_tables: false,
allow_fonts: false,