Skip to content

Commit

Permalink
Revert "WPF/WinForms/OffScreen - Enable Chromium Site Isolation"
Browse files Browse the repository at this point in the history
This reverts commit 9943333.
  • Loading branch information
amaitland committed Jun 4, 2021
1 parent cd334e5 commit e231bc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CefSharp.Core.Runtime/CefSettingsBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ namespace CefSharp
_cefCustomSchemes = gcnew List<CefCustomScheme^>();
_cefCommandLineArgs = gcnew CommandLineArgDictionary();

//Disable site isolation trials as this causes problems with frames
//being hosted in different render processes.
//https://github.com/cefsharp/CefSharp/issues/2967
_cefCommandLineArgs->Add("disable-site-isolation-trials");

//Disable Windows Spellchecker as CEF doesn't support yet
//https://bitbucket.org/chromiumembedded/cef/issues/3055/windows-spell-checker-not-working-add
_cefCommandLineArgs->Add("disable-features", "CalculateNativeWinOcclusion,WinUseBrowserSpellChecker");
Expand Down

0 comments on commit e231bc7

Please sign in to comment.