Revert "sec: security patch for CVE-2024-51999"

This reverts commit 2f64f68c37.
This commit is contained in:
Ulises Gascon
2025-12-01 19:33:09 +01:00
committed by Jon Church
parent 4007ad103b
commit 697547cde6
2 changed files with 3 additions and 90 deletions

View File

@@ -266,6 +266,6 @@ function createETagGenerator (options) {
function parseExtendedQueryString(str) {
return qs.parse(str, {
plainObjects: true
allowPrototypes: true
});
}