mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
0.2.0 - upgraded to node-http-proxy 1.3.0
Upgrading fixes the issue that the server crashes when the request times out (ETIMEDOUT).
This commit is contained in:
@@ -108,7 +108,7 @@ The following options are recognized by both methods:
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) 2013 Rob Wu <gwnRob@gmail.com>
|
||||
Copyright (C) 2013 - 2014 Rob Wu <rob@robwu.nl>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cors-anywhere",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0",
|
||||
"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>",
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Rob--W/cors-anywhere/issues/",
|
||||
"email": "gwnRob@gmail.com"
|
||||
"email": "rob@robwu.nl"
|
||||
},
|
||||
"keywords": [
|
||||
"cors",
|
||||
|
||||
Reference in New Issue
Block a user