Fix unsupported regex for QQ blocked rules

This commit is contained in:
Zhong Lufan 2021-10-08 19:32:59 +08:00
parent da45eabc31
commit ef80c07075
No known key found for this signature in database
GPG key ID: 373C08F7FFF84D26

View file

@ -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{