Kaynağa Gözat

config: pass inline images through mediaproxy (closes #275)

tags/v0.9.9
William Pitcock 5 yıl önce
ebeveyn
işleme
5acfa2e091
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      config/config.exs

+ 4
- 1
config/config.exs Dosyayı Görüntüle

@@ -83,7 +83,10 @@ config :pleroma, :markup,
allow_headings: false,
allow_tables: false,
allow_fonts: false,
scrub_policy: Pleroma.HTML.Scrubber.Default
scrub_policy: [
Pleroma.HTML.Transform.MediaProxy,
Pleroma.HTML.Scrubber.Default
]

config :pleroma, :fe,
theme: "pleroma-dark",


Yükleniyor…
İptal
Kaydet