Rails 4 は、いくつかの「ベスト プラクティス」の HTTP ヘッダーを事前設定します。
$ http -j "http://127.0.0.1:3000"
(...)
HTTP/1.1 204 No Content
(...)
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-UA-Compatible: chrome=1
X-XSS-Protection: 1; mode=block
Rails 4 でこれらのヘッダーを変更するにはどうすればよいですか?