mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
![]() Node 8.14.0 prohibits HTTP headers that exceed 8 KB (source:
https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/#denial-of-service-with-large-http-headers-cve-2018-12121).
This patch allows for the parameters within the body of an HTTP POST request to
be used in addition to those within the URL (and will override them).
Closes #3568.
---
Muxator 2019-10-19:
- this commit was cherry-picked from
|
||
---|---|---|
.. | ||
admin.js | ||
adminplugins.js | ||
adminsettings.js | ||
apicalls.js | ||
errorhandling.js | ||
importexport.js | ||
isValidJSONPName.js | ||
padreadonly.js | ||
padurlsanitize.js | ||
socketio.js | ||
specialpages.js | ||
static.js | ||
swagger.js | ||
tests.js | ||
webaccess.js |