Skip to content

Commit 613e3e7

Browse files
committed
secure.gravatar.com is deprecated, use www.
1 parent 180eb86 commit 613e3e7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/classes/avatars.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ public function __construct (Setup $setup)
4545

4646
// Use HTTPS if this file is requested with HTTPS
4747
$http = ($is_https ? 'https' : 'http') . '://';
48-
$subdomain = $is_https ? 'secure' : 'www';
4948

5049
// Construct Gravatar icon URL
51-
$this->gravatar = $http . $subdomain . '.gravatar.com/avatar/';
50+
$this->gravatar = $http . 'www.gravatar.com/avatar/';
5251

5352
// Icon setup
5453
$this->iconSetup ($setup->iconSize);

0 commit comments

Comments
 (0)