Explorar el Código

Fix uncaught unknown format errors in host meta controller (#12747)

master^2
Eugen Rochko hace 4 años
committed by GitHub
padre
commit
83deae5bd7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. +1
    -5
      app/controllers/well_known/host_meta_controller.rb

+ 1
- 5
app/controllers/well_known/host_meta_controller.rb Ver fichero

@@ -8,12 +8,8 @@ module WellKnown

def show
@webfinger_template = "#{webfinger_url}?resource={uri}"

respond_to do |format|
format.xml { render content_type: 'application/xrd+xml' }
end

expires_in 3.days, public: true
render content_type: 'application/xrd+xml', formats: [:xml]
end
end
end

Cargando…
Cancelar
Guardar