Skip to content

Commit 814df62

Browse files
committed
Merge branch 'MDL-78198-main' of https://github.com/andrewnicols/moodle
2 parents 2a216f6 + f5c2bb7 commit 814df62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/filelib.php

-1
Original file line numberDiff line numberDiff line change
@@ -3513,7 +3513,6 @@ private function apply_opt($curl, $options) {
35133513
if (empty($this->header)) {
35143514
$this->setHeader(array(
35153515
'User-Agent: ' . $useragent,
3516-
'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7',
35173516
'Connection: keep-alive'
35183517
));
35193518
} else if (!in_array('User-Agent: ' . $useragent, $this->header)) {

0 commit comments

Comments
 (0)