Skip to content

Commit

Permalink
Merge pull request #68 from sharpbrowser/revert-67-master
Browse files Browse the repository at this point in the history
Revert "Update to CefSharp 105.3.330"
  • Loading branch information
robinrodricks authored Sep 9, 2022
2 parents f3a3a9b + 82860be commit d7eac9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified setup/SharpBrowserSetup.exe
Binary file not shown.
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/105.0.5195.102 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.102 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>105.3.330</Version>
<Version>104.4.240</Version>
</PackageReference>
<PackageReference Include="CefSharp.WinForms">
<Version>105.3.330</Version>
<Version>104.4.240</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit d7eac9f

Please sign in to comment.