Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf38cd commit 30bfefdCopy full SHA for 30bfefd
1 file changed
lib/core/settings.py
@@ -302,5 +302,5 @@
302
# Maximum integer value
303
MAX_INT = sys.maxint
304
305
-# Parameters to be ignored in detection phase
306
-IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SessionId", "JSESSIONID", "cfid", "cftoken")
+# Parameters to be ignored in detection phase (upper case)
+IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SESSIONID", "JSESSIONID", "CFID", "CFTOKEN")
0 commit comments