netlify / git-gateway

A Gateway to Git APIs
MIT License
400 stars 89 forks source link

Remove CORS headers from GitHub #7

Closed brycekahle closed 7 years ago

brycekahle commented 7 years ago

- Summary GitHub will return CORS headers in addition to the headers set by git-gateway itself. Having multiple Access-Control-Allow-Origin headers breaks many clients.

- Test plan Existing tests pass

- Description for the changelog Remove CORS headers from GitHub response.

biilmann commented 7 years ago

LGTM

calavera commented 7 years ago

LGTM