Skip to content

Commit e3c6006

Browse files
committed
Updates user-agent string.
1 parent e1bce57 commit e3c6006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YAFD/FaviconDownloader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public sealed class FaviconDownloader : WebClient
1515
private static IWebProxy _proxy;
1616
public static new IWebProxy Proxy { get { return _proxy; } set { _proxy = value; } }
1717
// User Agent
18-
private static readonly string userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36";
18+
private static readonly string userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36";
1919

2020
// Regular expressions
2121
private static readonly Regex dataSchema, httpSchema;

0 commit comments

Comments
 (0)