We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bce57 commit e3c6006Copy full SHA for e3c6006
YAFD/FaviconDownloader.cs
@@ -15,7 +15,7 @@ public sealed class FaviconDownloader : WebClient
15
private static IWebProxy _proxy;
16
public static new IWebProxy Proxy { get { return _proxy; } set { _proxy = value; } }
17
// 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";
+ 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";
19
20
// Regular expressions
21
private static readonly Regex dataSchema, httpSchema;
0 commit comments