Skip to content

Commit

Permalink
Update WebPreferences's ContextIsolation default value to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvix25 committed Jun 20, 2023
1 parent 23f4d39 commit 3b7e156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ElectronNET.API/Entities/WebPreferences.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public class WebPreferences
/// Context' entry in the combo box at the top of the Console tab. This option is
/// currently experimental and may change or be removed in future Electron releases.
/// </summary>
[DefaultValue(false)]
[DefaultValue(true)]
public bool ContextIsolation { get; set; } = false;

/// <summary>
Expand Down

0 comments on commit 3b7e156

Please sign in to comment.