3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-17 01:19:31 +01:00

pbot-vm: Fix -paste getting 403 Forbidden

This commit is contained in:
Pragmatic Software 2024-10-01 12:37:45 -07:00
parent a453518fab
commit 6002c93d60
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE

View File

@ -41,7 +41,6 @@ sub paste_0x0 {
$text =~ s/(.{120})\s/$1\n/g;
my $ua = LWP::UserAgent->new();
$ua->agent("Mozilla/5.0");
push @{ $ua->requests_redirectable }, 'POST';
$ua->timeout(10);