Commit 07c4a333 authored by Administrator's avatar Administrator

Merge branch 'feature-add_own_while_list' into 'master'

新增ownWhitelist

See merge request !228
parents eefa06d5 212fe709
...@@ -77,6 +77,7 @@ public class AccountDto { ...@@ -77,6 +77,7 @@ public class AccountDto {
ownWhiteList.add("cap.attempts.securecode.com"); ownWhiteList.add("cap.attempts.securecode.com");
ownWhiteList.add("apis.google.com"); ownWhiteList.add("apis.google.com");
ownWhiteList.add("facebook.com/x/oauth"); ownWhiteList.add("facebook.com/x/oauth");
ownWhiteList.add("connect.facebook.net");
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