bump default ua

This commit is contained in:
Collin Barrett 2018-09-01 14:36:13 -05:00
parent ff907bb9da
commit c5790a9985

View file

@ -13,7 +13,7 @@ public static class UserAgentService
private const string UaStringSourceClass = "get-the-list";
private const string UaStringDefault =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36";
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36";
public static async Task<string> GetMostPopularString()
{