mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-17 05:50:56 +01:00
WebPaste: insignificant rename filename field
This commit is contained in:
parent
38ca456fb6
commit
f81b64f374
@ -93,7 +93,7 @@ sub paste_0x0st {
|
|||||||
|
|
||||||
return $ua->post(
|
return $ua->post(
|
||||||
"https://0x0.st",
|
"https://0x0.st",
|
||||||
[ file => [ undef, "foo", Content => $text, 'Content-Type' => 'text/plain' ] ],
|
[ file => [ undef, "filename", Content => $text, 'Content-Type' => 'text/plain' ] ],
|
||||||
Content_Type => 'form-data'
|
Content_Type => 'form-data'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user