The HEAD HTTP method requests the metadata of a resource in the form of headers that the server would have sent if the GET method was used instead.
This is used a lot by bots and saves bandwith
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The HEAD HTTP method requests the metadata of a resource in the form of headers that the server would have sent if the GET method was used instead.
This is used a lot by bots and saves bandwith
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
HPR/hpr_hub#78