Skip to content

Instantly share code, notes, and snippets.

@nickv2002
Last active February 8, 2026 21:55
Show Gist options
  • Select an option

  • Save nickv2002/6def012250e5b7abc745cf9c106b4c94 to your computer and use it in GitHub Desktop.

Select an option

Save nickv2002/6def012250e5b7abc745cf9c106b4c94 to your computer and use it in GitHub Desktop.
<?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>BraveAIChatEnabled</key>
<false/>
<key>BraveRewardsDisabled</key>
<true/>
<key>BraveVPNDisabled</key>
<true/>
<key>BraveWalletDisabled</key>
<true/>
<key>EnableMediaRouter</key>
<false/>
<key>PayloadDescription</key>
<string>Configures Brave Browser settings</string>
<key>PayloadDisplayName</key>
<string>Brave Policies</string>
<key>PayloadIdentifier</key>
<string>com.example.brave.policies</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadType</key>
<string>com.brave.Browser</string>
<key>PayloadUUID</key>
<string>DBD67ECC-AAB0-4FB7-A02F-81F825C599EA</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TorDisabled</key>
<true/>
</dict>
</array>
<key>PayloadDescription</key>
<string>Configure Brave Browser to turn off annoying/crypto/ai/vpn/etc</string>
<key>PayloadDisplayName</key>
<string>Brave Policy</string>
<key>PayloadIdentifier</key>
<string>com.example.brave.profile</string>
<key>PayloadOrganization</key>
<string>Brave</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>B8F79CB9-8CB7-4D67-AAE3-B496B707AE2C</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
@nickv2002
Copy link
Author

I wrote this to block Brave browser settings I don't ever want. It's worked pretty well to avoid nagging me etc and just provide a clean browser interface.

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