mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
添加一个域名白名单
This commit is contained in:
parent
34797e6f89
commit
64ed7cb9da
@ -10,4 +10,6 @@ return array(
|
|||||||
'bce.baidu.com' => true,
|
'bce.baidu.com' => true,
|
||||||
'.bce.baidu.com' => true,
|
'.bce.baidu.com' => true,
|
||||||
'b.bdstatic.com' => true,
|
'b.bdstatic.com' => true,
|
||||||
|
'googleadapis.l.google.com' => true,
|
||||||
|
'.googleadapis.l.google.com' => true,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user