cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.84k stars 2.92k forks source link

Further demonstration of issue: https://github.com/cefsharp/CefSharp/issues/4621 #4771

Closed nebojsasandin closed 5 months ago

nebojsasandin commented 6 months ago

Previously, it was concluded that the bypass for issue: https://github.com/cefsharp/CefSharp/issues/4621 can be resolved by using:

settings.CefCommandLineArgs.Add("isolate-origins", "https://accounts.google.com,https://chrome.google.com,https://chromewebstore.google.com,https://mail.google.com,https://www.google.com,https://google.com");

...however, there's a new test which demonstrates that this workaround isn't always helpful.

GoogleSearchToGoogleAccountsBreaksJS() test method works with the workaround method, however: GoogleSearchToGmailBreaksJS() test method does not work.

AppVeyorBot commented 6 months ago

:x: Build CefSharp 123.0.60-CI4976 failed (commit https://github.com/cefsharp/CefSharp/commit/5cafd9f71a by @nebojsasandin)

amaitland commented 5 months ago

Test added in https://github.com/cefsharp/CefSharp/commit/527a062924925e686ef7f6c816be09288764a633

They'll only run locally for now.

See https://github.com/cefsharp/CefSharp/issues/4621