Browse Source

apache: Remove proxy header

pull/36/head
Franz Liedke 8 years ago committed by GitHub
parent
commit
46c951349a
  1. 3
      .htaccess

3
.htaccess

@ -9,6 +9,9 @@
Allow from all
</IfModule>
# Fix for https://httpoxy.org vulnerability
Header unset Proxy
<IfModule mod_rewrite.c>
RewriteEngine on

Loading…
Cancel
Save