Update for WAF scripts

This commit is contained in:
stamparm
2013-02-26 15:30:11 +01:00
parent 6c38afab35
commit e5835dc74f
10 changed files with 73 additions and 6 deletions

View File

@@ -153,6 +153,7 @@ class HTTPHEADER:
SERVER = "Server"
USER_AGENT = "User-Agent"
TRANSFER_ENCODING = "Transfer-Encoding"
VIA = "Via"
class EXPECTED:
BOOL = "bool"