Set maximum header size to 4096

This commit is contained in:
WarmUpTill 2023-07-20 21:47:42 +02:00 committed by WarmUpTill
parent 650881204f
commit fe3586b6f4

View File

@ -156,6 +156,7 @@ MacroActionHttpEdit::MacroActionHttpEdit(
_timeout(new DurationSelection(this, false))
{
populateMethodSelection(_methods);
_headerList->SetMaxStringSize(4096);
QWidget::connect(_url, SIGNAL(editingFinished()), this,
SLOT(URLChanged()));