mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3721 from overleaf/as-fix-register-xss
Prevent XSS on registration page GitOrigin-RevId: 93e5a345752c3c5c42f488d9c75c70a9036bf53c
This commit is contained in:
parent
a481ffef17
commit
248e860757
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ block content
|
|||
.row
|
||||
.registration_message
|
||||
if sharedProjectData.user_first_name !== undefined
|
||||
h1 #{translate("user_wants_you_to_see_project", {username:sharedProjectData.user_first_name, projectname:""})}
|
||||
h1(ng-non-bindable) #{translate("user_wants_you_to_see_project", {username:sharedProjectData.user_first_name, projectname:""})}
|
||||
em(ng-non-bindable) #{sharedProjectData.project_name}
|
||||
div
|
||||
| #{translate("join_sl_to_view_project")}.
|
||||
|
|
Loading…
Reference in a new issue