File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Since the npm registry [does not support cors](https://github.com/npm/npm-regist
7
7
or [ jsonp] ( https://github.com/npm/npm-registry-couchapp/issues/157 ) I hacked
8
8
this together to alleviate the problem.
9
9
10
+ The proxy reroutes all requests to https://skimdb.npmjs.com and returns CORS
11
+ enabled response for whitelisted domains. The URL mapping is one to one.
12
+
10
13
# install
11
14
12
15
With [ npm] ( https://npmjs.org ) do:
@@ -16,7 +19,7 @@ npm install corsregistry
16
19
```
17
20
18
21
You can deploy this to your own [ heroku] ( https://www.heroku.com ) instance.
19
- Just make sure to update white-listed domains in the [ index.js] .
22
+ Just make sure to update white-listed domains in the [ index.js] ( https://github.com/anvaka/corsregistry/blob/master/index.js ) .
20
23
21
24
# license
22
25
You can’t perform that action at this time.
0 commit comments