Skip to content

Commit 910497d

Browse files
committed
Add Proxy-Authorization to the sensitive headers
1 parent d3ed6ff commit 910497d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: index.js

+1
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ const overHeaders = (request, f) => {
562562
// confidentialHeaders :: Array String
563563
const confidentialHeaders = [
564564
'authorization',
565+
'proxy-authorization',
565566
'cookie',
566567
];
567568

0 commit comments

Comments
 (0)