Skip to content

Commit

Permalink
Add Proxy-Authorization to the sensitive headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaq committed Mar 24, 2024
1 parent d3ed6ff commit 910497d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ const overHeaders = (request, f) => {
// confidentialHeaders :: Array String
const confidentialHeaders = [
'authorization',
'proxy-authorization',
'cookie',
];

Expand Down

0 comments on commit 910497d

Please sign in to comment.