This commit is contained in:
Haelwenn (lanodan) Monnier 2022-03-18 00:28:06 +01:00
parent 75ab36c068
commit 82d10aff67
1 changed files with 8 additions and 0 deletions

View File

@ -1075,6 +1075,14 @@ def get("http://404.site" <> _, _, _, _) do
}}
end
def get("https://404.site" <> _, _, _, _) do
{:ok,
%Tesla.Env{
status: 404,
body: ""
}}
end
def get(
"https://zetsubou.xn--q9jyb4c/.well-known/webfinger?resource=acct:lain@zetsubou.xn--q9jyb4c",
_,