mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-22 02:04:31 +00:00
Merge pull request #3760 from overleaf/jpa-xss-5
[views] mitigate Angular XSS on new project from template POST gateway GitOrigin-RevId: a19de060cad0baf2822d1b6df419bbe1a2361ea4
This commit is contained in:
parent
f353728bda
commit
1e2ed05bed
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ block content
|
|||
span.loading-screen-ellip .
|
||||
span.loading-screen-ellip .
|
||||
|
||||
form(id='create_form' method='POST' action='/project/new/template/')
|
||||
form(id='create_form' method='POST' action='/project/new/template/' ng-non-bindable)
|
||||
input(type="hidden", name="_csrf", value=csrfToken)
|
||||
input(type="hidden" name="templateId" value=templateId)
|
||||
input(type="hidden" name="templateVersionId" value=templateVersionId)
|
||||
|
|
Loading…
Reference in a new issue