Skip to content

Commit 19aa6a8

Browse files
committed
Upgrade to CefSharp 104.0.240
1 parent ee603ed commit 19aa6a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Browser/BrowserConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal static class BrowserConfig {
1111

1212
public static string Branding = "SharpBrowser";
1313
public static string AcceptLanguage = "en-US,en;q=0.9";
14-
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
14+
public static string UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 /CefSharp Browser" + Cef.CefSharpVersion; // UserAgent to fix issue with Google account authentication
1515
public static string HomepageURL = "https://www.google.com";
1616
public static string NewTabURL = "about:blank";
1717
public static string InternalURL = "sharpbrowser";

src/SharpBrowser.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@
147147
</ItemGroup>
148148
<ItemGroup>
149149
<PackageReference Include="CefSharp.Common">
150-
<Version>104.4.180</Version>
150+
<Version>104.4.240</Version>
151151
</PackageReference>
152152
<PackageReference Include="CefSharp.WinForms">
153-
<Version>104.4.180</Version>
153+
<Version>104.4.240</Version>
154154
</PackageReference>
155155
</ItemGroup>
156156
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)