mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Adding switch --ignore-redirects (Issue #2286)
This commit is contained in:
@@ -106,6 +106,10 @@ ignore401 = False
|
||||
# Valid: True or False
|
||||
ignoreProxy = False
|
||||
|
||||
# Ignore redirection attempts.
|
||||
# Valid: True or False
|
||||
ignoreRedirects = False
|
||||
|
||||
# Ignore connection timeouts.
|
||||
# Valid: True or False
|
||||
ignoreTimeouts = False
|
||||
|
||||
Reference in New Issue
Block a user