Skip to content

Commit

Permalink
[Minor] Restore the old behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 11, 2021
1 parent db00be0 commit 67e271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserver/html/html_url.cxx
Expand Up @@ -181,7 +181,7 @@ html_url_is_phished(rspamd_mempool_t *pool,
if (!rspamd_url_is_subdomain(disp_tok, href_tok)) {
href_url->flags |= RSPAMD_URL_FLAG_PHISHED;
href_url->linked_url = text_url;
text_url->flags |= RSPAMD_URL_FLAG_HTML_DISPLAYED|RSPAMD_URL_FLAG_PHISHED;
text_url->flags |= RSPAMD_URL_FLAG_HTML_DISPLAYED;
}
}
}
Expand Down

0 comments on commit 67e271b

Please sign in to comment.