Add Mastodon version to user agent (#2253)

th-downstream
ik-fib 8 years ago committed by Eugen
parent fe6fecca97
commit 3d7666f63c

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
class FetchLinkCardService < BaseService 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) def call(status)
# Get first http/https URL that isn't local # Get first http/https URL that isn't local

Loading…
Cancel
Save