We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f4d39 commit 3b7e156Copy full SHA for 3b7e156
src/ElectronNET.API/Entities/WebPreferences.cs
@@ -185,7 +185,7 @@ public class WebPreferences
185
/// Context' entry in the combo box at the top of the Console tab. This option is
186
/// currently experimental and may change or be removed in future Electron releases.
187
/// </summary>
188
- [DefaultValue(false)]
+ [DefaultValue(true)]
189
public bool ContextIsolation { get; set; } = false;
190
191
/// <summary>
0 commit comments