Question

Prevent Cross Site Tracking

  • 23 February 2023
  • 1 reply
  • 65 views

Badge +1

has anyone used MDM to “allow” cross site tracking to the Nintex forms . have had not much success , and it is an option that should fix : https://support.apple.com/en-ca/guide/deployment/dep36877776f/1/web/1.0

 

payload is in Domains as of ios 16.2 , should be similar to this, but still getting “contact administrator”, but doesnt seem to use the string values. 

 

<dict>
    <key>PayloadDescription</key>
    <string>Cross-Site Tracking Allowed Domains</string>
    <key>PayloadDisplayName</key>
    <string>Cross-Site Tracking Allowed Domains</string>
    <key>PayloadIdentifier</key>
    <string>com.apple.domains.ACCDBF25-6565-4DA9-A97A-610D2A7FCF29</string>
    <key>PayloadType</key>
    <string>com.apple.domains</string>
    <key>PayloadUUID</key>
    <string>ACCDBF25-0661-4DA9-A97A-610D2A7FCF29</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
    <key>CrossSiteTrackingPreventionRelaxedDomains</key>
    <array>
        <string>sharepoint.com</string>
        <string>microsoft.com</string>
        <string>formso365.nintex.com</string>

    </array>
    <key>PayloadOrganization</key>
    <string>My Org</string>
</dict>


1 reply

Badge +1

it appears that this only takes effect after 12 hours or some other time, seems odd, since removing the safari cache it doesnt take effect immediately. will submit a bug report on this . 

Reply