mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 13:49:14 -04:00
Bugfix for not loading plugins until after db, plus moved padursanitize into own module
This commit is contained in:
parent
e3770e42b6
commit
0730eb5b8d
3 changed files with 41 additions and 32 deletions
|
@ -11,6 +11,12 @@
|
|||
"hooks": {
|
||||
"expressServer": "../specialpages:expressServer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "padurlsanitize",
|
||||
"hooks": {
|
||||
"expressServer": "../padurlsanitize:expressServer"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue