Support embedding Discourse in an iframe

Hay un plugin simple. Sin embargo, no funciona. ¿Se puede hacer que funcione con un cambio simple ya que se actualizó hace 6 años?



# name: Allow iFrame embedding
# about: Changes X-Frame-Options so the site can be embedded
# version: 1
# authors: bex-team, riking,

Rails.application.config.action_dispatch.default_headers.merge!({'X-Frame-Options' => 'ALLOWALL'})