Skip to content

Commit

Permalink
WinForms/WPF/OffScreen - Enable Chromium Site Isolation by default
Browse files Browse the repository at this point in the history
Previously was disabled by default

Can still be disabled via disable-site-isolation-trials command line argument

Issue cefsharp#2967
  • Loading branch information
amaitland committed Oct 14, 2021
1 parent fd78c0c commit 221185b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CefSharp.Core.Runtime/CefSettingsBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ 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 221185b

Please sign in to comment.