mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-15 12:19:03 +00:00
minor refactoring (removed URL_ENCODE_PAYLOAD)
This commit is contained in:
@@ -206,8 +206,5 @@ WEBSCARAB_SPLITTER = "### Conversation"
|
||||
# Splitter used between requests in BURP log files
|
||||
BURP_SPLITTER = "======================================================"
|
||||
|
||||
# Do the url-encoding based on parameter place
|
||||
URL_ENCODE_PAYLOAD = { PLACE.GET: True, PLACE.POST: True, PLACE.COOKIE: False, PLACE.UA: True, PLACE.URI: False }
|
||||
|
||||
# Encoding used for Unicode data
|
||||
UNICODE_ENCODING = "utf8"
|
||||
|
||||
Reference in New Issue
Block a user