X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fscrubbers%2Fdefault.ex;h=478cbde9bef47ad1d5ee06c196aebd7bc64afca2;hb=55b86e45ecd3ffa6048d98ead6a2557026692e1e;hp=4694a92a53b657f501c6574f7e33fc0f20064daa;hpb=e885b49e357160ca86b2dac46ac339b99dc7533f;p=akkoma diff --git a/priv/scrubbers/default.ex b/priv/scrubbers/default.ex index 4694a92a5..478cbde9b 100644 --- a/priv/scrubbers/default.ex +++ b/priv/scrubbers/default.ex @@ -97,5 +97,8 @@ defmodule Pleroma.HTML.Scrubber.Default do Meta.allow_tag_with_these_attributes(:font, ["face"]) end + Meta.allow_tag_with_these_attributes(:center, []) + Meta.allow_tag_with_these_attributes(:small, []) + Meta.strip_everything_not_covered() end