I have been having this issue since the day I received my new M1 MacBook Pro in August. It appears that the issue has been fixed in Safari 16.2, but getting that update is a little easier said than done, especially if you don't want to upgrade to Ventura for some reason (for me, certain software is not yet guaranteed compatible in Ventura, so I am holding out). If you are still running Safari 16.0 and don't want to upgrade McOS to Ventura for some reason, you will not see available safari updates in the App Store nor in the software update tool in your system preferences. You can, however, update safari directly from the command line. Here are the steps:
- Quit Safari
- Open Terminal
- type the following command: softwareupdate -l -a | grep Safari
- Press Enter
- You should get output that looks something like the following:
Label: Safari16.2MontereyAuto-16.2
Title: Safari, Version: 16.2, Size: 130909KiB, Recommended: YES
Once you have the output, you just need to follow the following steps:
- type the following command: softwareupdate -i <TEXT OF LABEL>
- Given the output above, the command would be: softwareupdate -i Safari16.2MontereyAuto-16.2
- Press enter
- Done, Safari is now updated. Open safari and in the menu go to Safari>About Safari to confirm.
Once I did this and updated to 16.2, no more issues. I hope this helps!