diff --git a/config/initializers/11-rack-protection.rb b/config/initializers/11-rack-protection.rb new file mode 100644 index 00000000000..68e3d710632 --- /dev/null +++ b/config/initializers/11-rack-protection.rb @@ -0,0 +1,3 @@ +require 'rack/protection' + +Rails.configuration.middleware.use Rack::Protection::FrameOptions \ No newline at end of file