Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use img to load avatars #311

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Use img to load avatars #311

wants to merge 5 commits into from

Commits on Dec 2, 2021

  1. Use img to load avatars

    * Stop sending referrer request data to Gravatar (reduces data sharing with Gravatar, improves user privacy).
    * Enable lazy loading avatar images (reduces image download request priority, defers downloading off-screen images).
    da2x committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    180eb86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    613e3e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9e3d84 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Always use HTTPS for Gravatar

    da2x committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    a7d206e View commit details
    Browse the repository at this point in the history
  2. Remove redundant CSS

    da2x committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    256d030 View commit details
    Browse the repository at this point in the history