Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30bfefd

Browse files
committed
minor fix
1 parent 5cf38cd commit 30bfefd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,5 @@
302302
# Maximum integer value
303303
MAX_INT = sys.maxint
304304

305-
# Parameters to be ignored in detection phase
306-
IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SessionId", "JSESSIONID", "cfid", "cftoken")
305+
# Parameters to be ignored in detection phase (upper case)
306+
IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SESSIONID", "JSESSIONID", "CFID", "CFTOKEN")

0 commit comments

Comments
 (0)