diff options
-rw-r--r-- | lib/plugins/gravatar/lib/gravatar.rb | 3 |
1 files changed, 0 insertions, 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. |