mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
Fix unsupported regex for QQ blocked rules
This commit is contained in:
parent
da45eabc31
commit
ef80c07075
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue