Merge pull request #9138 from ravage84/patch-5

Add fix for the httpoxy vulnerability
This commit is contained in:
Mark Story 2016-07-19 13:11:02 -04:00 committed by GitHub
commit ade7ff7051

View file

@ -1,3 +1,9 @@
# Uncomment the following to prevent the httpoxy vulnerability
# See: https://httpoxy.org/
#<IfModule mod_headers.c>
# RequestHeader unset Proxy
#</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d