Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 621 Bytes

Isomorphic Git CORS Extension

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.

Installation

  1. Clone this repo.
git clone https://github.com/ptoner/isomorphic-git-cors-extension
  1. Navigate to chrome://extensions

  2. Choose 'Load unpacked'.

  3. Choose the folder for this repo.