1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-04-26 01:05:23 -04:00

remove git.io shortlink

https://github.blog/changelog/2022-04-25-git-io-deprecation/
This commit is contained in:
Jake Jarvis 2022-04-27 11:10:11 -04:00
parent f3a0aaec40
commit d33732bce1
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -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",
},
};