Skip to content

Commit

Permalink
Update to CefSharp 104
Browse files Browse the repository at this point in the history
  • Loading branch information
LandarXT committed Aug 9, 2022
1 parent 9f42562 commit f41dbbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Browser/BrowserConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions src/SharpBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CefSharp.Common">
<Version>103.0.120</Version>
<Version>104.4.180</Version>
</PackageReference>
<PackageReference Include="CefSharp.WinForms">
<Version>103.0.120</Version>
<Version>104.4.180</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit f41dbbb

Please sign in to comment.