Created
October 28, 2021 00:24
-
-
Save haircut/1dbb4a0ea6988d5bf2c9388b03047faa to your computer and use it in GitHub Desktop.
Disables the iCloud Private Relay feature.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to apply this profile?? Is it a script you apply with an MDM? Newbie here....