diff --git a/website/web/__init__.py b/website/web/__init__.py index e40806e0..7237ddd9 100644 --- a/website/web/__init__.py +++ b/website/web/__init__.py @@ -687,9 +687,6 @@ def normalize_known_content(h: str, /, known_content: dict[str, Any], url: URLNo 'url_object': url, } - if hasattr(url, 'downloaded_file') and url.downloaded_file: - url.add_feature('downloaded_file_hash', hashlib.sha512(url.downloaded_file.getvalue()).hexdigest()) - if not url.empty_response: # Index lookup # %%% Full body %%% diff --git a/website/web/templates/hostname_popup.html b/website/web/templates/hostname_popup.html index b99065c2..2c230230 100644 --- a/website/web/templates/hostname_popup.html +++ b/website/web/templates/hostname_popup.html @@ -292,7 +292,7 @@