mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
Compare commits
5 Commits
a7c2dd3a55
...
00edfee81e
Author | SHA1 | Date | |
---|---|---|---|
|
00edfee81e | ||
|
bb3c5e21b8 | ||
|
f960a99740 | ||
|
b4cdbb17b5 | ||
|
c5e114a3d1 |
@ -1490,7 +1490,6 @@ return [
|
||||
"googletagmanager-cn.com" => ["googletagmanager-cn.com"],
|
||||
"googletagservices-cn.com" => ["googletagservices-cn.com"],
|
||||
"googlevads-cn.com" => ["googlevads-cn.com"],
|
||||
"gvt1-cn.com" => ["gvt1-cn.com"],
|
||||
|
||||
// 批量添加域名
|
||||
"0202.com.tw" => ["0202.com.tw", "www.0202.com.tw"],
|
||||
|
@ -416,6 +416,8 @@ return [
|
||||
"statsig.com" => 0, // #869, #860
|
||||
"api.statsig.com" => 0, // #869, #860
|
||||
"up.cm.ksmobile.com" => 0, // #880
|
||||
"star.fallback.c10r.facebook.com" => 0, // #892
|
||||
"star.c10r.facebook.com" => 0, // #892
|
||||
"iflow.uczzd.cn" => 0, // uc搞笑段子
|
||||
"m.uczzd.cn" => 0, // uc搞笑段子
|
||||
"puds.ucweb.com" => 0, // uc小游戏
|
||||
|
@ -1578,7 +1578,6 @@
|
||||
127.0.0.1 ad-android.51wnl.com
|
||||
127.0.0.1 cdn1.lbesec.com
|
||||
127.0.0.1 adsp.xunlei.com
|
||||
127.0.0.1 api-shoulei-ssl.xunlei.com
|
||||
127.0.0.1 biz.live.xunlei.com
|
||||
127.0.0.1 ct.niu.xunlei.com
|
||||
127.0.0.1 mou.niu.xunlei.com
|
||||
|
@ -1578,7 +1578,6 @@
|
||||
127.0.0.1 ad-android.51wnl.com
|
||||
127.0.0.1 cdn1.lbesec.com
|
||||
127.0.0.1 adsp.xunlei.com
|
||||
127.0.0.1 api-shoulei-ssl.xunlei.com
|
||||
127.0.0.1 biz.live.xunlei.com
|
||||
127.0.0.1 ct.niu.xunlei.com
|
||||
127.0.0.1 mou.niu.xunlei.com
|
||||
|
@ -68,7 +68,6 @@ $ARR_MERGED_WILD_LIST = array(
|
||||
'ablen*.tk' => null,
|
||||
'darking*.tk' => null,
|
||||
'doubleclick*.xyz' => null,
|
||||
'thepiratebay.*' => null,
|
||||
'adserver.*' => null,
|
||||
'clientlog*.music.163.com' => null,
|
||||
'brucelead*.com' => null,
|
||||
|
@ -271,6 +271,9 @@ $ARR_WHITE_RULE_LIST = array(
|
||||
'@@||api.slightcommunicativeinterconnectedness.xyz^' => 1, // #873
|
||||
'@@||openxlab.org.cn^' => 1, // #876
|
||||
'@@||tracking.dpd.de^' => 1, // #877
|
||||
'@@||star.c10r.facebook.com^' => 1, // #892
|
||||
'@@||www.fbsbx.com^' => 1, // #892
|
||||
'@@||star.fallback.c10r.facebook.com^' => 1, // #892
|
||||
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user