From 3200a5a799396e0e4564ce4e92a5e9d6d86e0f38 Mon Sep 17 00:00:00 2001 From: William Hilton Date: Sun, 28 Jun 2020 17:27:21 -0400 Subject: [PATCH] fix: update CORS to allow Git-Protocol header (#12) --- cors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cors.js b/cors.js index d15ab1d..b037de1 100644 --- a/cors.js +++ b/cors.js @@ -10,6 +10,7 @@ const allowHeaders = [ 'content-length', 'content-type', 'dnt', + 'git-protocol', 'pragma', 'range', 'referer',