Remove X-UA-Compatible header:

* Disable ActionDispatch::BestStandardsSupport middleware
This commit is contained in:
Thibault Jouan 2011-08-04 16:52:30 +00:00
parent 46abe07268
commit cec8a18d42

View File

@ -38,5 +38,8 @@ module Scube
# Configure sensitive parameters which will be filtered from the log file. # Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password] config.filter_parameters += [:password]
# BestStandardsSupport is setting this fucking X-UA-Compatible header...
config.middleware.delete ActionDispatch::BestStandardsSupport
end end
end end