mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 19:49:32 +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(
|
||||
"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'
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user