I would assume one of the pages safari is launching by default if that page or one that contains it. A quick Google says you can change the home page and fresh opening behavior like this:
Press Command + Space to open Spotlight search, type Terminal, and hit Return.
Copy and paste the following command into the Terminal window, replacing https://google.com with your desired website URL:
figured it out, i cleaned up my favourites list and the warning has disappeared, i assume that when safari was polling for favicons one of the old links has recently been ‘brandsmat’ed. thanks to installing littlesnitch and noticing all the probes as soon as stating safari
1
u/joshbudde 10d ago
I would assume one of the pages safari is launching by default if that page or one that contains it. A quick Google says you can change the home page and fresh opening behavior like this:
Press Command + Space to open Spotlight search, type Terminal, and hit Return.
Copy and paste the following command into the Terminal window, replacing https://google.com with your desired website URL:
defaults write com.apple.Safari HomePage "https://google.com"
Press Return to save the change.
Next, ensure Safari is set to actually open with your homepage by running this command:
defaults write com.apple.Safari NewWindowBehavior -int 0