Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
browser-backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
browser-backend
Commits
e6b45b79
Commit
e6b45b79
authored
Sep 29, 2020
by
huangjiamin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
购买后将海外的IP添加KCP端口号 + own白名单
parent
dc530103
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
AccountDto.java
...a/com/edgec/browserbackend/account/domain/AccountDto.java
+5
-5
No files found.
src/main/java/com/edgec/browserbackend/account/domain/AccountDto.java
View file @
e6b45b79
...
@@ -70,11 +70,11 @@ public class AccountDto {
...
@@ -70,11 +70,11 @@ public class AccountDto {
this
.
setParent
(
account
.
getParent
());
this
.
setParent
(
account
.
getParent
());
this
.
setToken
(
account
.
getToken
());
this
.
setToken
(
account
.
getToken
());
this
.
setPermission
(
account
.
getPermission
());
this
.
setPermission
(
account
.
getPermission
());
List
<
String
>
whiteList
=
account
.
getWhiteList
(
);
this
.
setWhiteList
(
account
.
getWhiteList
()
);
this
.
setWhiteList
(
whiteList
);
List
<
String
>
ownWhiteList
=
new
ArrayList
<>(
account
.
getWhiteList
()
);
w
hiteList
.
add
(
"google.com/recaptcha"
);
ownW
hiteList
.
add
(
"google.com/recaptcha"
);
w
hiteList
.
add
(
"google.com/js"
);
ownW
hiteList
.
add
(
"google.com/js"
);
this
.
setOwnWhiteList
(
w
hiteList
);
this
.
setOwnWhiteList
(
ownW
hiteList
);
this
.
setQueryIpUrlList
(
account
.
getQueryIpUrlList
());
this
.
setQueryIpUrlList
(
account
.
getQueryIpUrlList
());
if
(
account
.
getPromotion
()
!=
null
)
{
if
(
account
.
getPromotion
()
!=
null
)
{
this
.
setPromotion
(
account
.
getPromotion
());
this
.
setPromotion
(
account
.
getPromotion
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment