Skip to main content

Good day 

 

I want to ask if there is a possibility of setting a default web page that will open when Safari is opened. 

we are using Jamf Pro and Ipads 

Thank you  for your help 

Regards 

@B7378 Use a Configuration Profile with an Application and Custom Settings payload configured like this:

 


try with this below Plist,  

<?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>HomePage</key> <string>Your Home Page URL</string> <key>NewWindowBehavior</key> <integer>0</integer> <key>NewTabBehavior</key> <integer>0</integer> </dict> </plist>

if you want to try with the above-mentioned method using JSON, you can download the safari json using the below link.

https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/blob/main/manifests/ManagedPreferencesApple/com.apple.safari.json