We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d280cb commit 4898cabCopy full SHA for 4898cab
config/application.rb
@@ -40,5 +40,9 @@ class Application < Rails::Application
40
config.feedback_timeout_padding = 300
41
42
config.active_record.raise_in_transactional_callbacks = true
43
+
44
+ # Allow iframe embedding?
45
+ config.action_dispatch.default_headers.merge!(
46
+ {'X-Frame-Options' => 'ALLOWALL'})
47
end
48
0 commit comments