diff options
Diffstat (limited to 'data/config.php')
| -rw-r--r-- | data/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.php b/data/config.php index efae706..bcda644 100644 --- a/data/config.php +++ b/data/config.php @@ -119,7 +119,7 @@ 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:131.0) Gecko/20100101 Firefox/131.0"; + const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0"; // Proxy pool assignments for each scraper // false = Use server's raw IP |
