This payload allows IT administrators to configure a default homepage URL for the Safari browser.
Copy the contents below directly and add them to Apple Configurations > Custom Configurations for Mac, or click here to download the file and import it.
Follow our guide on how to add the Custom Payload in the Apple Configurations & deploy it to devices.
<?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>HomePage</key> <string>http://your.url.here</string> <key>NewWindowBehavior</key> <integer>0</integer> <key>PayloadDisplayName</key> <string>Safari</string> <key>PayloadIdentifier</key> <string>com.promobitech.scalefusion.1F457058-0A50-477B-9F3A-2CDD33E4A5AA.com.apple.Safari.436D1DB9-D22A-4433-9B43-7E5B649B786F</string> <key>PayloadOrganization</key> <string>Scalefusion</string> <key>PayloadType</key> <string>com.apple.Safari</string> <key>PayloadUUID</key> <string>436D1DB9-D22A-4433-9B43-7E5B649B786F</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </array> <key>PayloadDisplayName</key> <string>Safari</string> <key>PayloadIdentifier</key> <string>com.promobitech.scalefusion.1F457058-0A50-477B-9F3A-2CDD33E4A5AA</string> <key>PayloadOrganization</key> <string>Scalefusion</string> <key>PayloadScope</key> <string>System</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>1F457058-0A50-477B-9F3A-2CDD33E4A5AA</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist>Update the homepage URL in the above payload with the desired URL. For example:
<key>HomePage</key>
<string>http://your.url.here</string>Notes:
1. The Payload and its contents are sourced from various albeit authenticated Apple Developer communities and forums.
2. Please validate them on a test machine before deploying them on all your managed devices.
3. Scalefusion has tested these Payloads, however, Scalefusion will not be responsible for any loss of data or system malfunction that may arise due to the incorrect usage of these payloads.