allow only plaintext
This commit is contained in:
parent
f314d1b9d5
commit
37aa9a63b0
1 changed files with 1 additions and 3 deletions
|
|
@ -132,9 +132,7 @@ config :pleroma, :instance,
|
||||||
managed_config: true,
|
managed_config: true,
|
||||||
static_dir: "instance/static/",
|
static_dir: "instance/static/",
|
||||||
allowed_post_formats: [
|
allowed_post_formats: [
|
||||||
"text/plain",
|
"text/plain"
|
||||||
"text/html",
|
|
||||||
"text/markdown"
|
|
||||||
],
|
],
|
||||||
finmoji_enabled: true,
|
finmoji_enabled: true,
|
||||||
mrf_transparency: true,
|
mrf_transparency: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue