Skip to main content

Can Jamf School disable incognito for Google Chrome for iOS devices?

Updated this week

Description

Yes. you can use a managed app configuraiton in the Google Chrome app record to disable incognito mode for managed iOS devices.

Adding the Managed App Configuration to Google Chrome

Add a managed app configuration to the Google Chrome app record in Jamf School.

  1. In Jamf School, go to Apps > Inventory and open Google Chrome app record.

  2. Add the text below into the Managed Configuration box.

    <plist> 
    <dict>
    <key>IncognitoModeAvailability</key>
    <integer>1</integer>
    </dict>
    </plist>

  3. Fill in the title of the Managed Configuration. For example, Incognito Browser Disabled.

    This photo shows where you should Fill in your title and enter the plist.

  4. Click the gear in the upper-left corner of the device scope box.

  5. Select the Managed Configuration from the list that you want to apply to the device group.

  6. Click Save in the bottom-right corner.

Did this answer your question?