Version 0.4.3

- Reject invalid URLs in redirects (fixes regression from 0.4.2) (#234)
- Update memory tests for recent Node versions.
This commit is contained in:
Rob Wu
2020-05-06 23:26:35 +02:00
parent a9e06a9dab
commit a0309e6c47

View File

@@ -1,6 +1,6 @@
{
"name": "cors-anywhere",
"version": "0.4.2",
"version": "0.4.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>",