This commit is contained in:
bitfl0wer 2024-07-24 21:55:10 +02:00
parent e8469c8e4f
commit feb2b1b64c
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ impl GatewayIdentifyConnectionProps {
// 25% of the web
//default.browser_user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36".to_string();
browser: String::from("Chrome"),
browser_version: String::from("113.0.0.0"),
browser_version: String::from("126.0.0.0"),
system_locale: String::from("en-US"),
os: String::from("Windows"),
os_version: Some(String::from("10")),