Skip to content

Commit

Permalink
Add fix for the httpoxy vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Jul 19, 2016
1 parent 876b508 commit 46e8fd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/webroot/.htaccess
@@ -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
Expand Down

0 comments on commit 46e8fd1

Please sign in to comment.