Merge branch 'support-rel-ugc' into 'develop'
Add support for `rel="ugc"` Closes #1255 See merge request pleroma/pleroma!1679
This commit is contained in:
commit
19263f30c3
12 changed files with 58 additions and 46 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue