Setting default opening web page for safari

B7378
New Contributor

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 

2 REPLIES 2

sdagley
Esteemed Contributor II

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

sdagley_0-1738076555207.png

 

Shyamsundar
Contributor III

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/ManagedPre...