mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor refactoring (removed URL_ENCODE_PAYLOAD)
This commit is contained in:
parent
21e7223779
commit
fc9c626f9e
2 changed files with 0 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue