mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-14 15:40:02 +00:00
fix: SEC11
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user