aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/regexp/misc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua
index 66ba34996..4caa5da42 100644
--- a/rules/regexp/misc.lua
+++ b/rules/regexp/misc.lua
@@ -58,7 +58,7 @@ reconf['HAS_ONION_URI'] = {
re = string.format('(%s | %s)', onion_uri_v2, onion_uri_v3),
description = 'Contains .onion hidden service URI',
score = 0.0,
- group = 'experimental'
+ group = 'url'
}
local my_victim = [[/(?:victim|prey)/{words}]]