Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
veo committed Oct 25, 2021
1 parent 63c2305 commit 95ceb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/httpx/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func ParseOptions() *Options {
options.CustomHeaders = nil
options.HTTPProxy = ""
options.SkipWAF = false
options.Unsafe = true
options.Unsafe = false
options.Resume = false
options.NoColor = false
options.NoFallbackScheme = false
Expand Down

0 comments on commit 95ceb49

Please sign in to comment.