mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
filtering: add Bilibili and Weibo domains
This commit is contained in:
parent
e0f2c3d170
commit
4c6377c5cb
1 changed files with 2 additions and 1 deletions
|
@ -254,7 +254,7 @@ var serviceRulesArray = []svc{{
|
|||
rules: []string{"||viber.com^"},
|
||||
}, {
|
||||
name: "weibo",
|
||||
rules: []string{"||weibo.com^", "||weibo.cn^"},
|
||||
rules: []string{"||weibo.com^", "||weibo.cn^", "||weibocdn.com^"},
|
||||
}, {
|
||||
name: "9gag",
|
||||
rules: []string{"||9cache.com^", "||9gag.com^"},
|
||||
|
@ -299,6 +299,7 @@ var serviceRulesArray = []svc{{
|
|||
rules: []string{
|
||||
"||bilibili.com^",
|
||||
"||bilivideo.com^",
|
||||
"||bilivideo.cn^",
|
||||
"||biligame.com^",
|
||||
"||biliapi.net^",
|
||||
"||dreamcast.hk^",
|
||||
|
|
Loading…
Add table
Reference in a new issue