Remove X-UA-Compatible header:
* Disable ActionDispatch::BestStandardsSupport middleware
This commit is contained in:
parent
46abe07268
commit
cec8a18d42
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user