mirror of https://github.com/CIRCL/lookyloo
Merge branch 'FafnerKeyZee-patch-3' into main
commit
f36aeb5c18
|
@ -358,7 +358,7 @@ def tree(tree_uuid: str, urlnode_uuid: Optional[str]=None):
|
||||||
b64_thumbnail = lookyloo.get_screenshot_thumbnail(tree_uuid, for_datauri=True)
|
b64_thumbnail = lookyloo.get_screenshot_thumbnail(tree_uuid, for_datauri=True)
|
||||||
return render_template('tree.html', tree_json=tree_json, start_time=start_time,
|
return render_template('tree.html', tree_json=tree_json, start_time=start_time,
|
||||||
user_agent=user_agent, root_url=root_url, tree_uuid=tree_uuid,
|
user_agent=user_agent, root_url=root_url, tree_uuid=tree_uuid,
|
||||||
screenshot_thumbnail=b64_thumbnail,
|
screenshot_thumbnail=b64_thumbnail, page_title=cache['title'],
|
||||||
meta=meta, enable_mail_notification=enable_mail_notification,
|
meta=meta, enable_mail_notification=enable_mail_notification,
|
||||||
enable_context_by_users=enable_context_by_users,
|
enable_context_by_users=enable_context_by_users,
|
||||||
enable_categorization=enable_categorization,
|
enable_categorization=enable_categorization,
|
||||||
|
|
|
@ -250,6 +250,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<p title={{root_url}}><b>URL captured</b>: {{ shorten_string(root_url, 150) }}</p>
|
<p title={{root_url}}><b>URL captured</b>: {{ shorten_string(root_url, 150) }}</p>
|
||||||
|
<p><b>Page title</b>: {{ page_title }}</p>
|
||||||
<p id="start_time"></p>
|
<p id="start_time"></p>
|
||||||
<p><b>User Agent</b>: {{ user_agent }}</p>
|
<p><b>User Agent</b>: {{ user_agent }}</p>
|
||||||
{% if meta %}
|
{% if meta %}
|
||||||
|
|
Loading…
Reference in New Issue