mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
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',
|
||||
|
||||
Reference in New Issue
Block a user