Skip to content

Commit

Permalink
update default user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
koblack authored and stickz committed Oct 13, 2024
1 parent 3f33192 commit 90225f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// configuration parameters

// for snoopy client
$httpUserAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36';
$httpUserAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36';
$httpTimeOut = 30; // in seconds
$httpUseGzip = true;
$httpIP = null; // IP string. Or null for any.
Expand Down

0 comments on commit 90225f4

Please sign in to comment.