Skip to content

Commit 9943333

Browse files
committed
WPF/WinForms/OffScreen - Enable Chromium Site Isolation
CEF has changed it's behaviour slightly to correctly support Chromium Site Isolation Frame objects (including for the main frame) will now always change after cross-origin navigation, and the old frame object will be invalidated. See commit for additional details https://bitbucket.org/chromiumembedded/cef/commits/d9efaee9b9aa Resolves #2967
1 parent 7dfead3 commit 9943333

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CefSharp.Core.Runtime/CefSettingsBase.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ 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-
5752
//Disable Windows Spellchecker as CEF doesn't support yet
5853
//https://bitbucket.org/chromiumembedded/cef/issues/3055/windows-spell-checker-not-working-add
5954
_cefCommandLineArgs->Add("disable-features", "CalculateNativeWinOcclusion,WinUseBrowserSpellChecker");

0 commit comments

Comments
 (0)