Skip to content

Commit

Permalink
disables redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v committed Apr 5, 2022
1 parent 0f5be57 commit 5fa3524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arjun/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
parser.add_argument('--passive', help='Collect parameter names from passive sources like wayback, commoncrawl and otx.', dest='passive', nargs='?', const='-')
parser.add_argument('--stable', help='Prefer stability over speed.', dest='stable', action='store_true')
parser.add_argument('--include', help='Include this data in every request.', dest='include', default={})
parser.add_argument('--disable-redirects', help='Include this data in every request.', dest='disable_redirects', action='store_true')
parser.add_argument('--disable-redirects', help='disable redirects', dest='disable_redirects', action='store_true')
args = parser.parse_args() # arguments to be parsed

if args.quiet:
Expand Down

0 comments on commit 5fa3524

Please sign in to comment.