Skip to content

Commit 21d4415

Browse files
committed
Revert "WPF/WinForms/OffScreen - Enable Chromium Site Isolation"
This reverts commit 2366912.
1 parent 5fda692 commit 21d4415

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CefSharp.Core.Runtime/CefSettingsBase.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ namespace CefSharp
4949
_cefCustomSchemes = gcnew List<CefCustomScheme^>();
5050
_cefCommandLineArgs = gcnew CommandLineArgDictionary();
5151

52+
//Disable site isolation trials as this causes problems with frames
53+
//being hosted in different render processes.
54+
//https://github.com/cefsharp/CefSharp/issues/2967
55+
_cefCommandLineArgs->Add("disable-site-isolation-trials");
56+
5257
//Disable Windows Spellchecker as CEF doesn't support yet
5358
//https://bitbucket.org/chromiumembedded/cef/issues/3055/windows-spell-checker-not-working-add
5459
_cefCommandLineArgs->Add("disable-features", "CalculateNativeWinOcclusion,WinUseBrowserSpellChecker");

0 commit comments

Comments
 (0)