# File lib/hoptoad_notifier/configuration.rb, line 213
    def protocol
      if secure?
        'https'
      else
        'http'
      end
    end