Google's support documentation seems to leave out some information in a couple of places, but it looks like there is a solution using the admin console. Here they say you can manage user profiles for desktop operating systems and omit any iOS or Android. But then here there is a page for managing user profiles on iOS.
Either way, there is a list of policies you can set here. One of which is Clear browser history: "Specifies whether users can clear browser data, including their browsing and download history."
Google's support documentation seems to leave out some information in a couple of places, but it looks like there is a solution using the admin console. Here they say you can manage user profiles for desktop operating systems and omit any iOS or Android. But then here there is a page for managing user profiles on iOS.
Either way, there is a list of policies you can set here. One of which is Clear browser history: "Specifies whether users can clear browser data, including their browsing and download history."
I am still looking for an answer to this. I know this is possible in nearly every other OS (per Google Documentation ).
I attempted to use the same key in an iOS payload:
<key>AllowDeletingBrowserHistory</key>
<boolean>false</boolean>
But in my experience, it was not successful.
I feel like this is likely possible because I encountered a similar issue (lack of documentation and guidance or readily available information) for disabling Incognito Mode in iOS, which I was able to do successfully.
Please post any updates if you have solved this issue, as I am still actively searching.
I am still looking for an answer to this. I know this is possible in nearly every other OS (per Google Documentation ).
I attempted to use the same key in an iOS payload:
<key>AllowDeletingBrowserHistory</key>
<boolean>false</boolean>
But in my experience, it was not successful.
I feel like this is likely possible because I encountered a similar issue (lack of documentation and guidance or readily available information) for disabling Incognito Mode in iOS, which I was able to do successfully.
Please post any updates if you have solved this issue, as I am still actively searching.
Not possible on iOS. It's listed in the admin console as not available for iOS
I am still looking for an answer to this. I know this is possible in nearly every other OS (per Google Documentation ).
I attempted to use the same key in an iOS payload:
<key>AllowDeletingBrowserHistory</key>
<boolean>false</boolean>
But in my experience, it was not successful.
I feel like this is likely possible because I encountered a similar issue (lack of documentation and guidance or readily available information) for disabling Incognito Mode in iOS, which I was able to do successfully.
Please post any updates if you have solved this issue, as I am still actively searching.
How did you disable incognito mode in chrome on an iPad?
How did you disable incognito mode in chrome on an iPad?
Tested this with iOS15 and it works beautifully
1. Deploy Google Chrome via Jamf Pro
2. Paste the contents below into the "App Configuration" tab in Jamf Pro
<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). The Incognito window will now be disabled.
Tested this with iOS15 and it works beautifully
1. Deploy Google Chrome via Jamf Pro
2. Paste the contents below into the "App Configuration" tab in Jamf Pro
<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). The Incognito window will now be disabled.
Thank you. Did you ever figure out how to block clear browsing history?
Tested this with iOS15 and it works beautifully
1. Deploy Google Chrome via Jamf Pro
2. Paste the contents below into the "App Configuration" tab in Jamf Pro
<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). The Incognito window will now be disabled.
Is this for history or incognito?
Is this for history or incognito?
I got the incognito to work based off of what you said before. Just seeing if you figured out how to block students from clearning thier history in chrome?
I got the incognito to work based off of what you said before. Just seeing if you figured out how to block students from clearning thier history in chrome?
I never did figure it out. Officially it isn't supported.