Compare commits

...

5 Commits

Author SHA1 Message Date
gentlyxu
00edfee81e fixed #893 2024-03-05 08:26:44 +08:00
gentlyxu
bb3c5e21b8 fixed #894 2024-03-05 08:25:05 +08:00
gentlyxu
f960a99740 fixed #892 2024-03-05 08:21:44 +08:00
gentlyxu
b4cdbb17b5 fixed #892 2024-03-05 08:19:10 +08:00
gentlyxu
c5e114a3d1 fixed #887 2024-03-05 08:16:08 +08:00
6 changed files with 5 additions and 4 deletions

View File

@ -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"],

View File

@ -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小游戏

View File

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

View File

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

View File

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

View File

@ -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
);