mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
update. fixed #429
This commit is contained in:
parent
9364e00b40
commit
9bf0a051bf
@ -1,5 +1,5 @@
|
|||||||
!Title: anti-AD
|
!Title: anti-AD
|
||||||
!Version: 20210521182919
|
!Version: 20210521191251
|
||||||
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
||||||
!Total lines: 41693
|
!Total lines: 41693
|
||||||
@@||ads.taboola.com^
|
@@||ads.taboola.com^
|
||||||
|
@ -1 +1 @@
|
|||||||
0f1c24325350e3e076ef3ecb38474b86
|
193048615d610a0607a0364d7a9d7171
|
@ -1,7 +1,7 @@
|
|||||||
!Title: anti-AD
|
!Title: anti-AD
|
||||||
!Version: 20210521182919
|
!Version: 20210521191251
|
||||||
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
||||||
!Total lines: 39298
|
!Total lines: 39302
|
||||||
@@||ads.taboola.com^
|
@@||ads.taboola.com^
|
||||||
@@||tracker.eu.org^
|
@@||tracker.eu.org^
|
||||||
@@||stats.uptimerobot.com^
|
@@||stats.uptimerobot.com^
|
||||||
@ -39,6 +39,10 @@
|
|||||||
@@||tracking-protection.cdn.mozilla.net^
|
@@||tracking-protection.cdn.mozilla.net^
|
||||||
@@||skydrivesync.policies.live.net^
|
@@||skydrivesync.policies.live.net^
|
||||||
@@||dxcloud.episerver.net^
|
@@||dxcloud.episerver.net^
|
||||||
|
@@||static3.iask.cn^
|
||||||
|
@@||login-ishare.iask.com.cn^
|
||||||
|
@@||wechat.ishare.iask.com.cn^
|
||||||
|
@@||dw.iask.com.cn^
|
||||||
/^(\S+\.)?9377[a-z0-9]{2}\.com$/$dnstype=A
|
/^(\S+\.)?9377[a-z0-9]{2}\.com$/$dnstype=A
|
||||||
/^(\S+\.)?ad(s?[\d]+|m|s)?\./
|
/^(\S+\.)?ad(s?[\d]+|m|s)?\./
|
||||||
@@||ads.amazon^
|
@@||ads.amazon^
|
||||||
|
@ -1 +1 @@
|
|||||||
f09b940d81a125812eeb5634f4e3679b
|
84de15676e66f45f2b32328624064787
|
@ -225,6 +225,10 @@ $ARR_WHITE_RULE_LIST = array(
|
|||||||
'@@||tracking-protection.cdn.mozilla.net^' => 1, // #407
|
'@@||tracking-protection.cdn.mozilla.net^' => 1, // #407
|
||||||
'@@||skydrivesync.policies.live.net^' => 1, // #409
|
'@@||skydrivesync.policies.live.net^' => 1, // #409
|
||||||
'@@||dxcloud.episerver.net^' => 1, // #418
|
'@@||dxcloud.episerver.net^' => 1, // #418
|
||||||
|
'@@||static3.iask.cn^' => 1, // #429
|
||||||
|
'@@||login-ishare.iask.com.cn^' => 1, // #429
|
||||||
|
'@@||wechat.ishare.iask.com.cn^' => 1, // #429
|
||||||
|
'@@||dw.iask.com.cn^' => 1, // #429
|
||||||
);
|
);
|
||||||
|
|
||||||
//针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单
|
//针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单
|
||||||
|
Loading…
x
Reference in New Issue
Block a user