fix: SEC11

This commit is contained in:
timedout
2026-06-20 16:03:43 +01:00
parent 62b58e1a6a
commit ebea06b687
+1 -1
View File
@@ -423,7 +423,7 @@ pub fn url_preview_allowed(&self, url: &Url) -> bool {
url_preview_domain_explicit_denylist (check 1/3)",
&root_domain
);
return true;
return false;
}
if allowlist_domain_explicit.contains(&root_domain.to_owned()) {