Posted on 07-05-2024 07:05 AM
I'm looking to setup, add a domain (DRC WIDA testing) to a configuration profile with "Relaxed Domains" for our iPads. I don't see it anywhere I've looked in Jamf Pro configuration profiles, but Apple and WIDA have references to it. This would allow us finally to not have to manually toggle Cross-Site tracking to "on" on each iPad!!!!
I've setup a custom configuration as described but I'm hoping there is a non-custom method that I'm just missing.
This functionality is supported by a key in the Domains payload CrossSiteTrackingPreventionRelaxedDomains.
From WIDA / DRC Insight
Supervising iPadOS Devices
|
Posted on 07-05-2024 07:35 AM
Looks like Apple gives an example of what the xml should look like. Have you tried making a .mobileconfig and uploading it to Jamf to deploy? Jamf does not have GUI elements for everything you can do with MDM. Just be aware to sign the .mobileconfig as Jamf is well known for breaking key pairs it does not understand when deploying if its not signed.
Cross-Site Tracking Prevention for relaxed domains example - Apple Support
Posted on 07-08-2024 08:20 AM
For those of us who are not coders, do I only need to change the Apple example to include the following and save it as a .mobileconfig file to upload?
<key>CrossSiteTrackingPreventionRelaxedDomains</key>
<array>
<string>DRC-centraloffice.com</string>
<string>http://drc-centraloffice.com:55222</string>
<string>DRCedirect.com</string>
<string>WIDA-ams.us</string>
</array>
Posted on 07-15-2024 11:44 AM
I used iMazing's Profile editor to create one, even though it's very simple as it had the "Relaxed Domain" category that Jamf Pro is missing from its domain section.