Tweak/fix webfinger and signed GET
This commit is contained in:
parent
68c13b275d
commit
592de1b22d
6 changed files with 13 additions and 16 deletions
|
@ -113,6 +113,7 @@ async def fetch(url: str, params: dict[str, Any] | None = None) -> RawObject:
|
|||
},
|
||||
params=params,
|
||||
follow_redirects=True,
|
||||
auth=auth,
|
||||
)
|
||||
|
||||
# Special handling for deleted object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue