A simple Chrome extension to add CORS headers to GitLab requests.
Allows Isomorphic Git to push to GitLab without CORS issues.
Uses Chrome's declarativeNetRequest to enable this with a simple rule-based approach and no executable code.
- Clone this repo.
git clone https://github.com/ptoner/isomorphic-git-cors-extension
-
Navigate to chrome://extensions
-
Choose 'Load unpacked'.
-
Choose the folder for this repo.