mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Another minor patch for Issue #846
This commit is contained in:
parent
f94ac8c69d
commit
7811a958ae
|
@ -207,6 +207,7 @@ POST_HINT_CONTENT_TYPES = {
|
|||
POST_HINT.MULTIPART: "multipart/form-data",
|
||||
POST_HINT.SOAP: "application/soap+xml",
|
||||
POST_HINT.XML: "application/xml",
|
||||
POST_HINT.ARRAY_LIKE: "application/x-www-form-urlencoded; charset=utf-8",
|
||||
}
|
||||
|
||||
DEPRECATED_OPTIONS = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user