Compare commits

..

1 Commits

Author SHA1 Message Date
kozabrada123 eba550551a
Merge e8469c8e4f into cb3551dcd4 2024-07-24 14:24:29 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ impl GatewayIdentifyConnectionProps {
// 25% of the web // 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(); //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: String::from("Chrome"),
browser_version: String::from("126.0.0.0"), browser_version: String::from("113.0.0.0"),
system_locale: String::from("en-US"), system_locale: String::from("en-US"),
os: String::from("Windows"), os: String::from("Windows"),
os_version: Some(String::from("10")), os_version: Some(String::from("10")),