Commit a2eea814 authored by huangjiamin's avatar huangjiamin

添加ownWhitelist

parent 4e3cdf4b
...@@ -79,6 +79,8 @@ public class AccountDto { ...@@ -79,6 +79,8 @@ public class AccountDto {
ownWhiteList.add("facebook.com/x/oauth"); ownWhiteList.add("facebook.com/x/oauth");
ownWhiteList.add("connect.facebook.net"); ownWhiteList.add("connect.facebook.net");
ownWhiteList.add("ct.pinterest.com"); ownWhiteList.add("ct.pinterest.com");
ownWhiteList.add("static.cdn-apple.com");
ownWhiteList.add("seller.ozon.ru");
this.setOwnWhiteList(ownWhiteList); this.setOwnWhiteList(ownWhiteList);
this.setQueryIpUrlList(account.getQueryIpUrlList()); this.setQueryIpUrlList(account.getQueryIpUrlList());
if (account.getPromotion() != null) { if (account.getPromotion() != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment