No more iframe blocking/allowing

This commit is contained in:
echarp 2019-12-22 12:11:52 +01:00
parent 46cea01683
commit af2bfa4649
2 changed files with 1 additions and 3 deletions

View File

@ -41,8 +41,6 @@ module AgendaDuLibreRails
to: 'moderateurs@agendadulibre.org'
}
config.action_dispatch.default_headers['X-Frame-Options'] = 'ALLOWALL'
# In rails 4, plugin and vendor images need to be precompiled
config.assets.precompile += %w[*.png *.jpg *.jpeg *.gif]

File diff suppressed because one or more lines are too long