Merge branch 'bugfix/webfinger-xml-crash' into 'develop'
[akkoma] / lib / pleroma / web / web_finger / web_finger.ex
index 9c6f1cb686583f5a46e6078bb20842ff987bdf11..0b417479d069a59b3c0950b75d3870f2ffc075b7 100644 (file)
@@ -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 <-