Skip to content
Snippets Groups Projects
Commit 1abf0f3b authored by kaniini's avatar kaniini
Browse files

webfinger: use https as default fallback instead of http

realistically, all instances need to be on https anyway to properly federate with all
software
parent aaa81d35
Branches
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ defmodule Pleroma.Web.WebFinger do
String.replace(template, "{uri}", URI.encode(account))
_ ->
"http://#{domain}/.well-known/webfinger?resource=acct:#{account}"
"https://#{domain}/.well-known/webfinger?resource=acct:#{account}"
end
with response <-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment