Skip to content

Instantly share code, notes, and snippets.

@haircut
Created October 28, 2021 00:24
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save haircut/1dbb4a0ea6988d5bf2c9388b03047faa to your computer and use it in GitHub Desktop.
Save haircut/1dbb4a0ea6988d5bf2c9388b03047faa to your computer and use it in GitHub Desktop.
Disables the iCloud Private Relay feature.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>Restrictions</string>
<key>PayloadIdentifier</key>
<string>com.apple.applicationaccess.E8C72ECD-7122-4C66-853F-3F3467D1AEF5</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>1953B7E6-DB5C-4FDA-A579-2EE05978F4B6</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>allowCloudPrivateRelay</key>
<false />
</dict>
</array>
<key>PayloadDescription</key>
<string>Disables the iCloud Private Relay feature.</string>
<key>PayloadDisplayName</key>
<string>Disable iCloud Private Relay</string>
<key>PayloadIdentifier</key>
<string>E31B0811-3164-49CE-BAA9-67075398DE85</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>ECEB2ECA-B16F-41F8-9909-7DD36FA1609C</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
@osXCanada
Copy link

How to apply this profile?? Is it a script you apply with an MDM? Newbie here....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment