mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
407 B
407 B
Pre-Release Changelog
Unreleased
Security Fixes
- HTTP Adapter Redirects: Added a Node.js
sensitiveHeadersrequest config option that strips caller-selected custom secret headers from cross-origin redirects. (#10892)
Bug Fixes
- Types: Add the missing readonly
name: 'CanceledError'declaration to CommonJSCanceledErrortypings to match the ESM declarations. (#10922)