Hey, I pushed a configuration profile from hexnode to set Safari’s homepage to a specific website. The issue is that when I open a new tab or window, it doesn’t load the homepage I set.
I used the following key for this, which I found online:
1 2 |
<key>HomePage</key> <string>https://homepage.com</string> |
I’m new to this—are there any other keys I should configure to ensure new tabs and windows open with the intended page?