mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Fix potential HTTPoxy vulnerability
https://httpoxy.org/ Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -8,3 +8,6 @@ Include /etc/httpd/conf/hostname.conf
|
|||||||
HostnameLookups off
|
HostnameLookups off
|
||||||
AddHandler cgi-script .cgi
|
AddHandler cgi-script .cgi
|
||||||
EnableSendfile Off
|
EnableSendfile Off
|
||||||
|
|
||||||
|
# Always unset HTTP_PROXY variable, https://httpoxy.org
|
||||||
|
RequestHeader unset Proxy early
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
etc/system-release
|
etc/system-release
|
||||||
etc/issue
|
etc/issue
|
||||||
etc/collectd.conf
|
etc/collectd.conf
|
||||||
|
etc/httpd/conf/global.conf
|
||||||
opt/pakfire/lib/functions.sh
|
opt/pakfire/lib/functions.sh
|
||||||
srv/web/ipfire/cgi-bin/ids.cgi
|
srv/web/ipfire/cgi-bin/ids.cgi
|
||||||
|
|||||||
Reference in New Issue
Block a user