From time to time, I check that our open-source project is still available to all users, and I've occasionally noticed that the stargazers (1) information returns a 404 for non-logged-in users.
I assume they're preparing to follow the LinkedIn model by making access available to registered users only.
Have you noticed that GitHub has started blocking access to certain functions/pages for users without an account?
1. https://github.com/tirrenotechnologies/tirreno/stargazers
Edit found the link [0], do not believe it mentions reason but links github blog
From Github [1]: > These endpoints and views currently expose public lists of stargazers and watchers, and this information has increasingly been misused to collect user data for spam activities which negatively impacts user experience and platform trust.
[0]: https://www.star-history.com/blog/github-stargazer-api-restr...
[1] https://github.blog/changelog/2026-06-30-upcoming-access-res...
reply