Skip to content

Commit 5d9d9d8

Browse files
committed
CSP Check
1 parent e409e42 commit 5d9d9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanners/src/scan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl Scanner {
7474
if blocking_headers.1 == true {
7575
let _ = &bar.println("NEED MANUAL CHECK");
7676
}
77-
if !blocking_headers.0 {
77+
if !blocking_headers.0 && blocking_headers.1 == false {
7878
for payload in self.payloads.iter() {
7979
match payload {
8080
Payloads::XSS(current_payload) => {

0 commit comments

Comments
 (0)