Use quality values in Accept field to explicitly prefer JSON over HTML (#12806)

master
ThibG 4 years ago committed by Eugen Rochko
parent 817d4a9372
commit c306978190
  1. 2
      app/services/fetch_resource_service.rb

@ -3,7 +3,7 @@
class FetchResourceService < BaseService
include JsonLdHelper
ACCEPT_HEADER = 'application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams", text/html'
ACCEPT_HEADER = 'application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams", text/html;q=0.1'
def call(url)
return if url.blank?

Loading…
Cancel
Save