Skip to main content

Disable Incognito for Google Chrome on iOS

Updated over 3 weeks ago

Issue Description

How to disable incognito mode for Google Chrome (iOS)

Troubleshooting Steps

1. Deploy Google Chrome via Jamf Pro using Volume Purchasing

2. In the Google Chrome app record, paste the contents below into the "App Configuration" tab:

 <dict>
<key>DeveloperToolsAvailability</key>
<integer>2</integer>
<key>IncognitoModeAvailability</key>
<integer>1</integer>
</dict>

3. Wait for Google Chrome to deploy or for the App Configuration to install (there will be a pending command if we just added the App Configuration). Incognito window will now be disabled.

Did this answer your question?