Merge branch 'master' into develop

This commit is contained in:
Jonas F
2025-01-13 21:27:51 +01:00
committed by GitHub

View File

@@ -71,6 +71,7 @@ namespace UmlautAdaptarr.Services
await HandleHttp(requestString, clientStream, clientSocket, buffer, bytesRead);
}
}
private bool ValidateApiKey(string proxyAuthorizationHeader)
{
// Expect the header to be in the format: "Basic <base64encodedApiKey>"