initalizing empty secrets

This commit is contained in:
counter 2023-01-13 21:36:02 -08:00
parent fae165a21e
commit 0f288002c2

View file

@ -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() {