Skip to content

Commit

Permalink
Updates user-agent string.
Browse files Browse the repository at this point in the history
  • Loading branch information
navossoc committed Mar 3, 2020
1 parent e1bce57 commit e3c6006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YAFD/FaviconDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed class FaviconDownloader : WebClient
private static IWebProxy _proxy;
public static new IWebProxy Proxy { get { return _proxy; } set { _proxy = value; } }
// User Agent
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";

// Regular expressions
private static readonly Regex dataSchema, httpSchema;
Expand Down

0 comments on commit e3c6006

Please sign in to comment.