a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/core] Don't sign accept header during authorized fetch (ISH-874)

+1 -1
+1 -1
Iceshrimp.Backend/Core/Services/HttpRequestService.cs
··· 57 57 ) 58 58 { 59 59 return Get(url, accept) 60 - .Sign(["(request-target)", "date", "host", "accept"], privateKey, 60 + .Sign(["(request-target)", "date", "host"], privateKey, 61 61 $"https://{options.Value.WebDomain}/users/{actorId}#main-key"); 62 62 } 63 63