Skip to content

Commit

Permalink
fix: update CORS to allow Git-Protocol header (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
billiegoose authored Jun 28, 2020
1 parent 918a6ec commit 3200a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cors.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const allowHeaders = [
'content-length',
'content-type',
'dnt',
'git-protocol',
'pragma',
'range',
'referer',
Expand Down

0 comments on commit 3200a5a

Please sign in to comment.