Signed-off-by: Gary Niger <gary-niger@goatse.email>
このコミットが含まれているのは:
Gary Niger 2023-01-29 12:09:16 +00:00
コミット b3129edbda
署名者: garyniger
GPGキーID: E06A0468B3C79ED6
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -206,6 +206,8 @@ The contact form can also be used to place orders. Please see <a href="/products
let body = ''
req.on('data', chunk => {
body += chunk
if (body.length > 1e6) // spam detection
req.connection.destroy();
})
let ParsedBody = {}
let ParsedText = {}