Skip to content

Commit 1e238b5

Browse files
committed
Minor update
1 parent 9451bfc commit 1e238b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
MAX_INT = sys.maxint
305305

306306
# Parameters to be ignored in detection phase (upper case)
307-
IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SESSIONID", "JSESSIONID", "CFID", "CFTOKEN")
307+
IGNORE_PARAMETERS = ("__VIEWSTATE", "__VIEWSTATEENCRYPTED", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SESSIONID", "JSESSIONID", "CFID", "CFTOKEN")
308308

309309
# Turn off resume console info to avoid potential slowdowns
310310
TURN_OFF_RESUME_INFO_LIMIT = 20

0 commit comments

Comments
 (0)