Tags: michaeljelly/cors-anywhere
Tags
Version 0.4.4 - Omit unnecessary `Access-Control-Max-Age` (Rob--W#277) - Remove more Heroku-specific headers (Rob--W#278) - Add `handleInitialRequest` option (Rob--W#335) - Document access requirements for public demo (Rob--W#301) - Update gTLD list
Version 0.4.3 - Reject invalid URLs in redirects (fixes regression from 0.4.2) (Rob--W#234) - Update memory tests for recent Node versions.
Version 0.4.1 - Add ability to rate-limit/block requests by origin (Rob--W#45). - Avoid crashing on invalid HTTP status codes (Rob--W#95). - Support and test coverage for latest Node.js versions (up to 9). - Support `Access-Control-Max-Age` via `corsMaxAge` option. - Listen on `0.0.0.0:8080` by default instead of `127.0.0.1:8080`. (use `HOST` and `PORT` environment variables to override this). - Update gTLD list.
Version 0.4.0 - CI & 100% test coverage - Do not crash when a malformed HTTP response is received. - Remove getHandler (its documented form was broken anyway). - Allow custom help file to be set. - Add option to redirect same-origin requests instead of proxying them.
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 (Rob--W#14). - Added loads of unit tests and automatic memory leak tests.
PreviousNext