Add support for rel="ugc"

This commit is contained in:
Egor Kislitsyn 2019-09-17 15:22:46 +07:00
commit cf3041220a
7 changed files with 24 additions and 20 deletions

View file

@ -1900,7 +1900,7 @@ config :pleroma, :config_description, [
key: :rel,
type: [:string, false],
description: "override the rel attribute. false to clear",
suggestions: ["noopener noreferrer", false]
suggestions: ["ugc", false]
},
%{
key: :new_window,