npm / minipass-fetch

An implementation of window.fetch in Node.js using Minipass streams
Other
54 stars 11 forks source link

fix: strip authorization and cookie headers on redirect to new host #45

Closed nlf closed 2 years ago

nlf commented 2 years ago

we applied this same fix to make-fetch-happen, just carrying it through to here

References