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