From aaf432e5be5babdb07fcbe418ce83652bef0c2dc Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 8 May 2019 21:46:01 +0000 Subject: [PATCH] Remove the :ssl option which is not used anymore (#31022). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18139 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/plugins/gravatar/lib/gravatar.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/plugins/gravatar/lib/gravatar.rb b/lib/plugins/gravatar/lib/gravatar.rb index aa8500ba9..f368b9924 100644 --- a/lib/plugins/gravatar/lib/gravatar.rb +++ b/lib/plugins/gravatar/lib/gravatar.rb @@ -34,9 +34,6 @@ module GravatarHelper # The class to assign to the img tag for the gravatar. :class => 'gravatar', - - # Whether or not to display the gravatars using HTTPS instead of HTTP - :ssl => false, } # The methods that will be made available to your views.