From aa7c85b98a1e6f0ef4bc474946a7c80db0764bb2 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 1 Dec 2025 02:39:40 -0500 Subject: [PATCH] forgot the fucking settings --- data/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/config.php b/data/config.php index ef446c5..b8cdbec 100644 --- a/data/config.php +++ b/data/config.php @@ -118,13 +118,15 @@ class config{ // Default user agent to use for scraper requests. Sometimes ignored to get specific webpages // Changing this might break things. - const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0"; + const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0"; // Proxy pool assignments for each scraper // false = Use server's raw IP // string = will load a proxy list from data/proxies // Eg. "onion" will load data/proxies/onion.txt const PROXY_DDG = false; // duckduckgo + const PROXY_YAHOO = false; + const PROXY_YAHOO_JAPAN = false; const PROXY_BRAVE = false; const PROXY_FB = false; // facebook const PROXY_GOOGLE = false;