Skip to content

Commit

Permalink
Update TorAPI.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
immisterio committed Jan 17, 2023
1 parent f9a0c1f commit 0ff5da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Middlewares/TorAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void UpdateHeaders(HttpHeaders headers)
{
foreach (var header in headers)
{
if (header.Key.ToLower() is "transfer-encoding" or "etag" or "connection")
if (header.Key.ToLower() is "transfer-encoding" or "etag" or "connection" or "content-disposition")
continue;

string value = string.Empty;
Expand Down

0 comments on commit 0ff5da6

Please sign in to comment.