From 64b902a6bc680a37414467a1347585736ae807b2 Mon Sep 17 00:00:00 2001 From: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:34:01 +0200 Subject: [PATCH] chore(readme): Remove Link to Malware The ownership of `polyfill`.`io` has changed and the new owner decided to publish malware --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f7d690..63d7425 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,4 @@ All open source code released by FT Labs is licenced under the MIT licence. Bas ## Alternatives - [cross-fetch](https://github.com/lquixada/cross-fetch#why-not-isomorphic-fetch) -- Using [node-fetch](https://github.com/node-fetch/node-fetch) and the [Fetch polyfill](https://github.com/github/fetch) directly (or from [polyfill.io](https://polyfill.io), or relying on [the browser's implementation of the Fetch API](https://caniuse.com/fetch)). +- Using [node-fetch](https://github.com/node-fetch/node-fetch) and the [Fetch polyfill](https://github.com/github/fetch) directly, or relying on [the browser's implementation of the Fetch API](https://caniuse.com/fetch)).