Pull request: Fix unsupported regex for QQ blocked rules
Updates #3717. * commit 'ded9842cd7fbbae0c3a55cd1f468ade22cab0d97': Fix unsupported regex for QQ blocked rules
This commit is contained in:
commit
dc0d081b47
|
@ -182,7 +182,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