Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
徐炜
9 years ago
Commit
ef6be3a56542620b73ea9b895a3a71777f83176c
1 parent
181b5da7
URL跳转漏洞。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/passport/controllers/reg.js
apps/passport/controllers/reg.js
View file @
ef6be3a
...
...
@@ -286,8 +286,8 @@ let success = (req, res) => {
defaultHeader
:
false
,
title
:
'注册成功'
,
passport
:
{
goUrl
:
goUrl
,
goShopping
:
goShoppingUrl
,
goUrl
:
safeRedirect
(
goUrl
),
goShopping
:
safeRedirect
(
goShoppingUrl
),
mobile
:
mobile
}
});
...
...
@@ -303,4 +303,4 @@ module.exports = {
sendBindMsg
,
msgCaptcha
,
mobileRegister
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment