From 5fe14c82663f8f18a4bad99f72624509b9c5193e Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Sat, 21 Dec 2024 11:07:47 -0600 Subject: [PATCH] More English types --- Zotero.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotero.php b/Zotero.php index bd13fee674..066dcba197 100644 --- a/Zotero.php +++ b/Zotero.php @@ -44,7 +44,7 @@ public static function create_ch_zotero(): void { } self::$zotero_ch = bot_curl_init($time, [ CURLOPT_URL => CITOID_ZOTERO, - CURLOPT_HTTPHEADER => ['accept: application/json; charset=utf-8', 'Accept-Language: en-US,en', 'Cache-Control: no-cache, must-revalidate'], + CURLOPT_HTTPHEADER => ['accept: application/json; charset=utf-8', 'Accept-Language: en-US,en,en-GB,en-CA', 'Cache-Control: no-cache, must-revalidate'], ]); self::$ch_ieee = bot_curl_init($time, [CURLOPT_USERAGENT => 'curl']); // IEEE requires JavaScript, unless curl is specified