index
:
manatools
master
topic/manatools-disk_backend
Next Generation Mageia Administration Panel [formerly adminpanel]
Angelo Naselli [anaselli]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
AdminPanel
/
Module.pm
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
# Drop the Range header when more than 5 ranges.
# CVE-2011-3192
SetEnvIf Range (?
:,.
*?){
5
,
5
} bad-range=
1
RequestHeader unset Range env=bad-range
# We always drop Request-Range; as this is a legacy
# dating back to MSIE3 and Netscape 2 and 3.
#
RequestHeader unset Request-Range
# optional logging.
CustomLog logs
/range-CVE-2011-3192.log
common env=bad-range