Skip to main content
Question

Setting default opening web page for safari


Forum|alt.badge.img+1

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

sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3540 replies
  • January 28, 2025

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

 


Shyamsundar
Forum|alt.badge.img+13
  • Jamf Heroes
  • 296 replies
  • January 29, 2025

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

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings