mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor update
This commit is contained in:
@@ -133,12 +133,8 @@ def decodePage(page, contentEncoding, contentType):
|
||||
|
||||
if charset:
|
||||
kb.pageEncoding = charset
|
||||
page = getUnicode(page)
|
||||
|
||||
if isinstance(page, str):
|
||||
page = getUnicode(page)
|
||||
|
||||
return page
|
||||
return getUnicode(page)
|
||||
|
||||
def processResponse(page, responseHeaders):
|
||||
page = getUnicode(page)
|
||||
|
||||
Reference in New Issue
Block a user