Fix unsupported regex for QQ blocked rules
This commit is contained in:
parent
da45eabc31
commit
ef80c07075
|
@ -181,7 +181,7 @@ var serviceRulesArray = []svc{
|
|||
}},
|
||||
{"qq", []string{
|
||||
// block qq.com and subdomains excluding WeChat domains
|
||||
"^(?!weixin|wx)([^.]+\\.)?qq\\.com$",
|
||||
"||qq.com^$denyallow=wx*.qq.com|weixin.qq.com",
|
||||
"||qqzaixian.com^",
|
||||
}},
|
||||
{"wechat", []string{
|
||||
|
|
Loading…
Reference in New Issue