HTML: Compile Scrubbers on boot
authorrinpatch <rinpatch@sdf.org>
Sun, 8 Dec 2019 16:42:40 +0000 (19:42 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 8 Dec 2019 17:35:41 +0000 (20:35 +0300)
commitd6c89068f3c6765b7a3ef63199725b7833c34c3a
tree97c58ff4e3dba91bfb5d84a143962915855cb7d7
parentaf5fef1f228a1781d7d9cad490d3b3a783389f5e
HTML: Compile Scrubbers on boot

This makes it possible to configure their behavior on OTP releases.
.formatter.exs
CHANGELOG.md
lib/pleroma/application.ex
lib/pleroma/html.ex
priv/scrubbers/default.ex [new file with mode: 0644]
priv/scrubbers/links_only.ex [new file with mode: 0644]
priv/scrubbers/media_proxy.ex [new file with mode: 0644]
priv/scrubbers/twitter_text.ex [new file with mode: 0644]