Fix redirections on WebFinger
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9fdf7bad0f
commit
d4cde716d4
@ -18,8 +18,10 @@ defmodule Mobilizon.Federation.WebFinger do
|
|||||||
require Logger
|
require Logger
|
||||||
|
|
||||||
@http_options [
|
@http_options [
|
||||||
follow_redirect: true,
|
adapter: [
|
||||||
ssl: [{:versions, [:"tlsv1.2"]}]
|
follow_redirect: true,
|
||||||
|
ssl: [{:versions, [:"tlsv1.2"]}]
|
||||||
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
def host_meta do
|
def host_meta do
|
||||||
|
Loading…
Reference in New Issue
Block a user