Skip to content

Instantly share code, notes, and snippets.

@elvisizer
Created September 6, 2017 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elvisizer/066db8ddcc96724a8ee8a456af1d4889 to your computer and use it in GitHub Desktop.
Save elvisizer/066db8ddcc96724a8ee8a456af1d4889 to your computer and use it in GitHub Desktop.
uBlock settings profile
<?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>PayloadDescription</key>
<string>Configures Configuration Profile security</string>
<key>PayloadDisplayName</key>
<string>Profile Security</string>
<key>PayloadIdentifier</key>
<string>MCXToProfile.9e67f048-15ed-4a46-945c-67aaea0733bd.alacarte.ProfileSecurity</string>
<key>PayloadType</key>
<string>com.apple.profileRemovalPassword</string>
<key>PayloadUUID</key>
<string>7C93E263-328F-4BF0-9C34-321CA28C06D9</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>RemovalPassword</key>
<string>password goes here if you want one</string>
</dict>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.google.chrome.extensions.cjpalhdlnbpafiamejdnhcphjbkeiagm</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>adminSettings</key>
<string>uBlock Settings go here</string>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.9e67f048-15ed-4a46-945c-67aaea0733bd.alacarte.customsettings.a2ab10a0-6573-4709-998f-a3655111f267</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>9BAD6900-8B40-4E84-AA48-6864043C9B75</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>uBlock Origin Whitelist
</string>
<key>PayloadDisplayName</key>
<string>uBlock Origin Whitelist</string>
<key>PayloadIdentifier</key>
<string>com.company.uBlockSettings</string>
<key>PayloadOrganization</key>
<string>CompanyName</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>9e67f048-15ed-4a46-945c-67aaea0733bd</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