LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

commit e2527200c921520f509e9fdcdb0774ff9541f6f5
parent 5f8bc14d73aea2e137b99997cd35894d7f8d3d8c
Author: Ahwx <ahwx@ahwx.org>
Date: Sat, 19 Aug 2023 23:05:21 +0200

chore(config.php.example): update user agent

Diffstat:
Mconfig.php.example | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.php.example b/config.php.example
@@ -144,7 +144,7 @@
             // CURLOPT_PROXYTYPE => CURLPROXY_HTTP,
             CURLOPT_RETURNTRANSFER => true,
             CURLOPT_ENCODING => "",
-            CURLOPT_USERAGENT => "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36", // For a normal Windows 10 PC running Firefox x64
+            CURLOPT_USERAGENT => "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:116.0) Gecko/20100101 Firefox/116.0", // For a normal Windows 10 PC running Firefox x64
             CURLOPT_IPRESOLVE => CURL_IPRESOLVE_WHATEVER,
             CURLOPT_CUSTOMREQUEST => "GET",
             CURLOPT_PROTOCOLS => CURLPROTO_HTTPS | CURLPROTO_HTTP,