Support for a HTTP parameter pollution (Issue #267)

This commit is contained in:
Miroslav Stampar
2012-12-10 11:55:31 +01:00
parent 42f4c2bac9
commit a024884ca7
4 changed files with 51 additions and 1 deletions

View File

@@ -679,6 +679,10 @@ disableColoring = False
# Default: 1
googlePage = 1
# Use HTTP parameter pollution.
# Valid: True or False
hpp = False
# Imitate smartphone through HTTP User-Agent header.
# Valid: True or False
mobile = False