I have a requirement in my infrastructure, that our application is compatible with chrome and when the client using it. The options 'New Tab Ctrl+T' and 'New Window Ctrl+n' should be hidden. I know, as per the default behavior of a browser, it will allow opening a new tab and window. But here we have such requirement. And as observed, the 'IncognitoMode' can be disabled through the policy. I didn't find any policy settings for my requirement. So this request is to the chrome developers to add those settings to hide the NewTab and NewWindow as I mentioned below;
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
DisableNewTab REG_DWORD Data=1
DisableNewWindow REG_DWORD Data=1
I hope you experts consider my request.