Skip to content

Commit d7eac9f

Browse files
Merge pull request #68 from sharpbrowser/revert-67-master
Revert "Update to CefSharp 105.3.330"
2 parents f3a3a9b + 82860be commit d7eac9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup/SharpBrowserSetup.exe

-745 KB
Binary file not shown.

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/105.0.5195.102 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>105.3.330</Version>
150+
<Version>104.4.240</Version>
151151
</PackageReference>
152152
<PackageReference Include="CefSharp.WinForms">
153-
<Version>105.3.330</Version>
153+
<Version>104.4.240</Version>
154154
</PackageReference>
155155
</ItemGroup>
156156
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)