Use except-iframe security by default.
This commit is contained in:
parent
abc6e1e289
commit
aae4abfa86
2 changed files with 13 additions and 10 deletions
|
@ -56,7 +56,7 @@ NativeWindow::NativeWindow(content::WebContents* web_contents,
|
|||
: content::WebContentsObserver(web_contents),
|
||||
has_frame_(true),
|
||||
is_closed_(false),
|
||||
node_integration_("all"),
|
||||
node_integration_("except-iframe"),
|
||||
has_dialog_attached_(false),
|
||||
weak_factory_(this),
|
||||
inspectable_web_contents_(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue