Skip to content

Instantly share code, notes, and snippets.

@lucascantor
Created October 29, 2020 18:44
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 lucascantor/c79b09175e2f9399e390669b9f16e3e5 to your computer and use it in GitHub Desktop.
Save lucascantor/c79b09175e2f9399e390669b9f16e3e5 to your computer and use it in GitHub Desktop.
macOS config profile to disable auto-opening downloaded files in Safari
<?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>Safari</string>
<key>PayloadIdentifier</key>
<string>com.apple.Safari</string>
<key>PayloadType</key>
<string>com.apple.Safari</string>
<key>PayloadUUID</key>
<string>DADD4F4D-D0F2-4166-8074-C78540348BB6</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>AutoOpenSafeDownloads</key>
<false/>
</dict>
</array>
<key>PayloadDescription</key>
<string>Disables auto-opening downloaded files</string>
<key>PayloadDisplayName</key>
<string>Safari</string>
<key>PayloadIdentifier</key>
<string>CompanyName.86DA18F4-E55D-4A91-8668-34AC3C170210</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>907D4725-AC14-410F-B90B-466E5D31C8D2</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TargetDeviceType</key>
<integer>5</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment