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

Skip to content

Commit 5cf38cd

Browse files
committed
More cookies to ignore
1 parent d462937 commit 5cf38cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,4 @@
303303
MAX_INT = sys.maxint
304304

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

0 commit comments

Comments
 (0)