Version 0.2.3

Changes:
- Updated to node-http-proxy 1.11.1 from 1.3.0
- Add httpsOptions configuration to listen as a https server.
- Update gTLD list, and allow requests to unlisted TLDs if the
  scheme is explicitly set (#14).
- Added loads of unit tests and automatic memory leak tests.
This commit is contained in:
Rob Wu
2015-05-09 11:10:47 +02:00
parent f8f718ead8
commit 7a138b36cc

View File

@@ -1,6 +1,6 @@
{
"name": "cors-anywhere",
"version": "0.2.2",
"version": "0.2.3",
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
"license": "MIT",
"author": "Rob Wu <rob@robwu.nl>",