Skip to content

Commit 3200a5a

Browse files
authored
fix: update CORS to allow Git-Protocol header (#12)
1 parent 918a6ec commit 3200a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cors.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const allowHeaders = [
1010
'content-length',
1111
'content-type',
1212
'dnt',
13+
'git-protocol',
1314
'pragma',
1415
'range',
1516
'referer',

0 commit comments

Comments
 (0)