Add Mastodon version to user agent (#2253)

This commit is contained in:
ik-fib 2017-04-22 00:26:23 +09:00 committed by Eugen
parent d2dc31a74a
commit 47a3036ea6

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
class FetchLinkCardService < BaseService
USER_AGENT = "#{HTTP::Request::USER_AGENT} (Mastodon; +http://#{Rails.configuration.x.local_domain}/)"
USER_AGENT = "#{HTTP::Request::USER_AGENT} (Mastodon/#{Mastodon::VERSION}; +http://#{Rails.configuration.x.local_domain}/)"
def call(status)
# Get first http/https URL that isn't local