mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-24 13:23:04 +00:00
initalizing empty secrets
This commit is contained in:
parent
fae165a21e
commit
0f288002c2
1 changed files with 2 additions and 0 deletions
2
probe.js
2
probe.js
|
@ -266,6 +266,8 @@ probe_return_data['title'] = document.title;
|
|||
|
||||
probe_return_data['text'] = get_dom_text();
|
||||
|
||||
probe_return_data['secrets'] = [];
|
||||
|
||||
probe_return_data['was_iframe'] = !(window.top === window)
|
||||
|
||||
function hook_load_if_not_ready() {
|
||||
|
|
Loading…
Reference in a new issue