Monday
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
Tuesday - last edited Tuesday
@B7378 Use a Configuration Profile with an Application and Custom Settings payload configured like this:
Tuesday
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.