From f41dbbb0bf6c57fad772bebeb169bf37e5d10bee Mon Sep 17 00:00:00 2001 From: LandarXT <104514709+LandarXT@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:26:02 +0100 Subject: [PATCH] Update to CefSharp 104 --- src/Browser/BrowserConfig.cs | 2 +- src/SharpBrowser.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Browser/BrowserConfig.cs b/src/Browser/BrowserConfig.cs index 93fb959..b7bc0e3 100644 --- a/src/Browser/BrowserConfig.cs +++ b/src/Browser/BrowserConfig.cs @@ -11,7 +11,7 @@ internal static class BrowserConfig { public static string Branding = "SharpBrowser"; public static string AcceptLanguage = "en-US,en;q=0.9"; - public static string UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 /CefSharp Browser" + Cef.CefSharpVersion; // UserAgent to fix issue with Google account authentication + public static string UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 /CefSharp Browser" + Cef.CefSharpVersion; // UserAgent to fix issue with Google account authentication public static string HomepageURL = "https://www.google.com"; public static string NewTabURL = "about:blank"; public static string InternalURL = "sharpbrowser"; diff --git a/src/SharpBrowser.csproj b/src/SharpBrowser.csproj index 0018dbb..266fe06 100644 --- a/src/SharpBrowser.csproj +++ b/src/SharpBrowser.csproj @@ -147,10 +147,10 @@ - 103.0.120 + 104.4.180 - 103.0.120 + 104.4.180