sindresorhus / ky

🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API
MIT License
13.62k stars 363 forks source link

fix: replace placeholder a.com with unresolvable emtpy.invalid (RFC 2606) #506

Closed legobeat closed 1 year ago

legobeat commented 1 year ago

This was added in 0b141f1725442039a439b683d32d42e9b9d52559 as a fix for #452.

This replaces the patched-in a.com with a domain which is reserved and guaranteed to not resolve to an actual address as per https://www.rfc-editor.org/rfc/rfc2606.

legobeat commented 1 year ago

CI error seems unrelated