mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
Merge pull request #3721 from overleaf/as-fix-register-xss
Prevent XSS on registration page GitOrigin-RevId: 93e5a345752c3c5c42f488d9c75c70a9036bf53c
This commit is contained in:
@@ -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")}.
|
||||
|
||||
Reference in New Issue
Block a user