diff --git a/website/web/templates/hostname_popup.html b/website/web/templates/hostname_popup.html index 7fa2b52..4e0efd2 100644 --- a/website/web/templates/hostname_popup.html +++ b/website/web/templates/hostname_popup.html @@ -186,6 +186,7 @@ Download rendered HTML page + ({{ sizeof_fmt(url['url_object'].rendered_html.getbuffer().nbytes)}})
Download URLs in rendered HTML page diff --git a/website/web/templates/macros.html b/website/web/templates/macros.html index e90ef41..8129fa7 100644 --- a/website/web/templates/macros.html +++ b/website/web/templates/macros.html @@ -146,7 +146,7 @@ {% if details and details[0] == False %} {%endif%} -Body size: {{ sizeof_fmt(ressource_size) }} +Body size (in the HTTP response): {{ sizeof_fmt(ressource_size) }} {% if details %} {% if details[0] %} - This file is known legitimate on the following domains: {{ ', '.join(details[1]) }}.