aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/phishing.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/lua/phishing.lua')
-rw-r--r--src/plugins/lua/phishing.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/lua/phishing.lua b/src/plugins/lua/phishing.lua
index 0af9f738b..dac5e92e9 100644
--- a/src/plugins/lua/phishing.lua
+++ b/src/plugins/lua/phishing.lua
@@ -266,9 +266,8 @@ local function phishing_cb(task)
lua_util.debugm(N, task, "confusable: %1 -> %2: different characters",
tld, ptld, why)
else
- -- We have totally different strings in tld, so penalize it significantly
- if dist > 2 then dist = 2 end
- weight = util.tanh((2 - dist) * 0.5)
+ -- We have totally different strings in tld, so penalize it somehow
+ weight = 0.5
end
end