mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
bump default ua
This commit is contained in:
parent
46e0abe979
commit
f5d27329dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue