Skip to content

Commit

Permalink
[Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Oct 18, 2022
1 parent d16543a commit 1803e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/html.lua
Expand Up @@ -396,7 +396,7 @@ rspamd_config.HTTP_TO_HTTPS = {
return false
end,
description = 'Anchor text contains different scheme to target URL',
score = 2.0,
score = 0.5,
group = 'html'
}

Expand Down

0 comments on commit 1803e71

Please sign in to comment.