mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #19023 from overleaf/jpa-issue-19016
[web] lock down legacy endpoint for creating projects from zip GitOrigin-RevId: 0c6b29d34c601d316b184d50d93e8e17f59bfcfb
This commit is contained in:
parent
922822d487
commit
ac7916fb29
3 changed files with 7 additions and 0 deletions
3
server-ce/hotfix/4.2.6/Dockerfile
Normal file
3
server-ce/hotfix/4.2.6/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM sharelatex/sharelatex:4.2.5
|
||||
|
||||
# Server Pro only hotfix
|
3
server-ce/hotfix/5.0.6/Dockerfile
Normal file
3
server-ce/hotfix/5.0.6/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM sharelatex/sharelatex:5.0.5
|
||||
|
||||
# Server Pro only hotfix
|
|
@ -11,6 +11,7 @@ const rateLimiter = new RateLimiter('create-project-from-template', {
|
|||
})
|
||||
|
||||
module.exports = {
|
||||
rateLimiter,
|
||||
apply(app) {
|
||||
app.get(
|
||||
'/project/new/template/:Template_version_id',
|
||||
|
|
Loading…
Reference in a new issue