aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-09-19 14:04:13 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-09-19 14:56:10 +0700
commitd639cdcecb1b9cd2326b98c926dff8b0f4c27e3c (patch)
treeded35b99f8c895be6fabf69587bd76b8e777d646
parentcf3041220a7a14dc3fac24177fac1f4aecc77f5f (diff)
downloadpleroma-d639cdcecb1b9cd2326b98c926dff8b0f4c27e3c.tar.gz
Update "config/description.exs"
-rw-r--r--config/description.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index abfb6370f..510e285df 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1900,7 +1900,7 @@ config :pleroma, :config_description, [
key: :rel,
type: [:string, false],
description: "override the rel attribute. false to clear",
- suggestions: ["ugc", false]
+ suggestions: ["ugc", "noopener noreferrer", false]
},
%{
key: :new_window,