Add support for rel="ugc"
This commit is contained in:
parent
f95a2b2cda
commit
cf3041220a
7 changed files with 24 additions and 20 deletions
|
|
@ -507,7 +507,7 @@ config :auto_linker,
|
|||
class: false,
|
||||
strip_prefix: false,
|
||||
new_window: false,
|
||||
rel: false
|
||||
rel: "ugc"
|
||||
]
|
||||
|
||||
config :pleroma, :ldap,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue