ajnart / homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
https://homarr.dev
MIT License
5.45k stars 252 forks source link

fix: Avatar host #2027

Closed SeDemal closed 2 months ago

SeDemal commented 2 months ago

Category

bugfix

Overview

  1. Default address with null used to link to "http://i0.wp.com/null" which made the connection insecure. Changed default to 404.
  2. Use libravatar instead of gravatar. Open-source and proxies gravatar when they don't have it themselves. (3. refactored the avatar element a little)

Issue Number

Closes #1944