From d33732bce14bc4cbf2275d66191c5612cc47862f Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 27 Apr 2022 11:10:11 -0400 Subject: [PATCH] remove git.io shortlink https://github.blog/changelog/2022-04-25-git-io-deprecation/ --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 11f6477..6c26faa 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const handle = async (request) => { "Cache-Control": "no-cache, no-store, must-revalidate", "Content-Security-Policy": "default-src 'none';", "X-Did-You-Know": "You can use \"curl -4\" or \"curl -6\" to get either IP address!", - "X-View-Source": "https://git.io/simpip", + "X-View-Source": "https://jrvs.io/simpip", }, };