mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
Fix redirections on WebFinger
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9fdf7bad0f
commit
d4cde716d4
1 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,10 @@ defmodule Mobilizon.Federation.WebFinger do
|
|||
require Logger
|
||||
|
||||
@http_options [
|
||||
follow_redirect: true,
|
||||
ssl: [{:versions, [:"tlsv1.2"]}]
|
||||
adapter: [
|
||||
follow_redirect: true,
|
||||
ssl: [{:versions, [:"tlsv1.2"]}]
|
||||
]
|
||||
]
|
||||
|
||||
def host_meta do
|
||||
|
|
Loading…
Reference in a new issue