diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-19 14:04:13 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-19 14:56:10 +0700 |
commit | d639cdcecb1b9cd2326b98c926dff8b0f4c27e3c (patch) | |
tree | ded35b99f8c895be6fabf69587bd76b8e777d646 | |
parent | cf3041220a7a14dc3fac24177fac1f4aecc77f5f (diff) | |
download | pleroma-d639cdcecb1b9cd2326b98c926dff8b0f4c27e3c.tar.gz |
Update "config/description.exs"
-rw-r--r-- | config/description.exs | 2 |
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, |