diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-17 15:22:46 +0700 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-19 14:56:10 +0700 |
| commit | cf3041220a7a14dc3fac24177fac1f4aecc77f5f (patch) | |
| tree | 5ba6eb2a977e405ac2dc04175385cd9ccc6e740b /config | |
| parent | f95a2b2cda236f7c0e5ced2a4698e2b10d99fa53 (diff) | |
| download | pleroma-cf3041220a7a14dc3fac24177fac1f4aecc77f5f.tar.gz pleroma-cf3041220a7a14dc3fac24177fac1f4aecc77f5f.zip | |
Add support for `rel="ugc"`
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 2 | ||||
| -rw-r--r-- | config/description.exs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index c7e0cf09f..26dc4d16d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -507,7 +507,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 65ea6bf01..abfb6370f 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: ["noopener noreferrer", false] + suggestions: ["ugc", false] }, %{ key: :new_window, |
