Got Ssrf Versions Save

Protect untrusted requests from SSRF

v1.1.0

2 years ago

This release allows got-ssrf to rely on user-provided dns lookup for caching purposes!

  • fallback to user-provided dns lookup 718d0a3

https://github.com/JaneJeon/got-csrf/compare/v1.0.3...v1.1.0

v1.0.3

2 years ago

This release simply clarifies the license under which this library was released (LGPL-3.0)

  • I oopsie'd the license 7f74999

https://github.com/JaneJeon/got-csrf/compare/v1.0.2...v1.0.3

v1.0.2

2 years ago

ESM is hard. I think the previous version wasn't exporting index.js properly

  • hopefully fix exports? 65b974a
  • the mocks weren't being loaded anyway f2e44c3

https://github.com/JaneJeon/got-csrf/compare/v1.0.1...v1.0.2

v1.0.1

2 years ago

v1.0.0

2 years ago

v1 release of got-ssrf; a simple package for protecting your got instances from SSRF; see the README for more info!