aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
-rw-r--r--config/description.exs2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index 1988753d6..403ade60d 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -509,7 +509,7 @@ config :auto_linker,
class: false,
strip_prefix: false,
new_window: false,
- rel: false
+ rel: "ugc"
]
config :pleroma, :ldap,
diff --git a/config/description.exs b/config/description.exs
index d95250017..38b30bbf6 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1906,7 +1906,7 @@ config :pleroma, :config_description, [
key: :rel,
type: [:string, false],
description: "override the rel attribute. false to clear",
- suggestions: ["noopener noreferrer", false]
+ suggestions: ["ugc", "noopener noreferrer", false]
},
%{
key: :new_window,