Skip to content

Commit

Permalink
remove original 'content-encoding' header from proxy response's headers
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyRock committed Dec 19, 2024
1 parent 7171af6 commit 6e1ab52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middleware/packages/crypto/signature/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const ProxyService = {
// Remove headers that we don't want to be transfered
response.headers.delete('content-length');
response.headers.delete('connection');
response.headers.delete('content-encoding');

return {
ok: true,
Expand Down

0 comments on commit 6e1ab52

Please sign in to comment.