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

Skip to content

Commit 64b4586

Browse files
committed
Minor update
1 parent ea49fa2 commit 64b4586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ def findMultipartPostBoundary(post):
19861986

19871987
return retVal
19881988

1989-
def urldecode(value, encoding=None, unsafe="%%&=*%s" % CUSTOM_INJECTION_MARK_CHAR, convall=False):
1989+
def urldecode(value, encoding=None, unsafe="%%&=;%s" % CUSTOM_INJECTION_MARK_CHAR, convall=False):
19901990
result = None
19911991

19921992
if value:

0 commit comments

Comments
 (0)