Skip to content

Instantly share code, notes, and snippets.

@labac-p
Created November 6, 2024 03:37
Show Gist options
  • Select an option

  • Save labac-p/5f58213854db72ab3887863f9bdef219 to your computer and use it in GitHub Desktop.

Select an option

Save labac-p/5f58213854db72ab3887863f9bdef219 to your computer and use it in GitHub Desktop.
macOS profile to disable VPN, Wallet and Rewards of Brave Browser
<?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>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.brave.browser.configuration</string>
<key>PayloadUUID</key>
<string>D255E572-00AF-41D8-92AB-8E2B389F2769</string>
<key>PayloadDisplayName</key>
<string>Brave Browser Settings</string>
<key>PayloadContent</key>
<dict>
<key>com.brave.browser</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>BraveRewardsDisabled</key>
<true/>
<key>BraveVPNDisabled</key>
<true/>
<key>BraveWalletDisabled</key>
<true/>
<key>TorDisabled</key>
<true/>
<key>BraveAIChatEnabled</key>
<true/>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.brave.browser.profile</string>
<key>PayloadUUID</key>
<string>CBD5C699-9DD5-4423-A4E5-80F2B5273176</string>
<key>PayloadDisplayName</key>
<string>Brave Browser Configuration</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment