添加一个域名白名单

This commit is contained in:
gently 2019-08-11 20:42:39 +08:00
parent 34797e6f89
commit 64ed7cb9da

View File

@ -10,4 +10,6 @@ return array(
'bce.baidu.com' => true,
'.bce.baidu.com' => true,
'b.bdstatic.com' => true,
'googleadapis.l.google.com' => true,
'.googleadapis.l.google.com' => true,
);