changes regarding Data (GET/POST/Cookie) encoding (Bug #129)

This commit is contained in:
Miroslav Stampar
2010-01-14 18:05:03 +00:00
parent 1d968f51e9
commit 26c7b74e65
8 changed files with 20 additions and 14 deletions

View File

@@ -155,6 +155,9 @@ eString =
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
eRegexp =
# URLEncode generated cookie injections.
# Valid: True or False
cookieUrlencode = False
[Techniques]