Commit 2b52de95 authored by huangjiamin's avatar huangjiamin

ownWhiteList -- 新增白名单cap.attempts.securecode.com

parent 826c9ab4
......@@ -74,6 +74,7 @@ public class AccountDto {
List<String> ownWhiteList = new ArrayList<>(account.getWhiteList());
ownWhiteList.add("google.com/recaptcha");
ownWhiteList.add("google.com/js");
ownWhiteList.add("cap.attempts.securecode.com");
this.setOwnWhiteList(ownWhiteList);
this.setQueryIpUrlList(account.getQueryIpUrlList());
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