We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e409e42 commit 5d9d9d8Copy full SHA for 5d9d9d8
scanners/src/scan.rs
@@ -74,7 +74,7 @@ impl Scanner {
74
if blocking_headers.1 == true {
75
let _ = &bar.println("NEED MANUAL CHECK");
76
}
77
- if !blocking_headers.0 {
+ if !blocking_headers.0 && blocking_headers.1 == false {
78
for payload in self.payloads.iter() {
79
match payload {
80
Payloads::XSS(current_payload) => {
0 commit comments