FIXME: Disbale browser side navigation aka PlzNavigate

This commit is contained in:
deepak1556 2017-12-20 15:01:19 +05:30 committed by Aleksei Kuzmin
parent 007ea500d0
commit 6de49f515e

View file

@ -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.
command_line->AppendSwitch(::switches::kAllowFileAccessFromFiles);