Skip to content

Commit 03d852f

Browse files
committed
Curl: use supported encodings
1 parent a831771 commit 03d852f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

curl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ private function addHandle(CurlRequest $request)
8787
CURLOPT_USERAGENT => 'alfred-github-workflow',
8888
CURLOPT_FOLLOWLOCATION => true,
8989
CURLOPT_MAXREDIRS => 5,
90+
CURLOPT_ENCODING => '',
9091
CURLINFO_HEADER_OUT => true,
9192
];
9293
if ($this->debug) {

0 commit comments

Comments
 (0)