From 02cc0219396df6c763dc1dc4fc713e4079cb8f31 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 8 Sep 2019 15:20:27 -0400 Subject: [PATCH] Link to this repo in the HTTP headers because....why not? --- simpip.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simpip.js b/simpip.js index 6eb602c..7ccee7c 100644 --- a/simpip.js +++ b/simpip.js @@ -16,7 +16,8 @@ async function handle(request) { "Cache-Control": "max-age=0, no-cache, no-store, must-revalidate", "Pragma": "no-cache", "Expires": "Wed, 11 Jan 1984 05:00:00 GMT", - "X-Did-You-Know": "You can use \"curl -4 simpip.com\" or \"curl -6 simpip.com\" to get either address!" + "X-Did-You-Know": "You can use \"curl -4 simpip.com\" or \"curl -6 simpip.com\" to get either address!", + "X-Source-Code": "https://github.com/jakejarvis/simpip" } }); }