FIXME: Disbale browser side navigation aka PlzNavigate
This commit is contained in:
parent
007ea500d0
commit
6de49f515e
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ void AtomMainDelegate::PreSandboxStartup() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(deepak1556): Fix and re-enable the plznavigation code path.
|
||||||
|
command_line->AppendSwitch(::switches::kDisableBrowserSideNavigation);
|
||||||
|
|
||||||
// Allow file:// URIs to read other file:// URIs by default.
|
// Allow file:// URIs to read other file:// URIs by default.
|
||||||
command_line->AppendSwitch(::switches::kAllowFileAccessFromFiles);
|
command_line->AppendSwitch(::switches::kAllowFileAccessFromFiles);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue