Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CVE-2016-1000109: Ignore Proxy HTTP header from fastcgi requests
The default PHP behavior is to transform a Proxy header from requests into the HTTP_PROXY environment variable in the PHP environment running the request. Some scripts may use this env var to decide which HTTP proxy to connect to, and we don't want requests to have that kind of control over scripts' behavior.
- Loading branch information