Merge remote-tracking branch 'origin/develop' into shigusegubu
* origin/develop: Add tlsv1.3 to suggestions hackney adapter helper & reverse proxy client: enable TLSv1.3 StealEmojiPolicy: fix String rejected_shortcodes Instruct users to run 'git pull' as the pleroma user Also use actor_type to determine if an account is a bot in antiFollowbotPolicy mix: Bump to 2.4.52 for 2.4.3 mergeback Skip cache when /objects or /activities is authenticated Allow to skip cache in Cache plug update sweet_xml [Security]
This commit is contained in:
commit
83e4a112b9
18 changed files with 175 additions and 36 deletions
|
|
@ -2726,7 +2726,7 @@ config :pleroma, :config_description, [
|
|||
key: :versions,
|
||||
type: {:list, :atom},
|
||||
description: "List of TLS version to use",
|
||||
suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
|
||||
suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2", ":tlsv1.3"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue