aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/metal_test.rb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-12-09 15:41:55 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2017-12-09 15:41:55 -0500
commit5d7b70f4336d42eabfc403e9f6efceb88b3eff44 (patch)
treeba3ae0210fbd69372cd733d8f6f68de70ef4607e /actionpack/test/controller/metal_test.rb
parent55d4cf2a9c1a6e77ed7aedb866e964039bb4a143 (diff)
downloadrails-5d7b70f4336d42eabfc403e9f6efceb88b3eff44.tar.gz
rails-5d7b70f4336d42eabfc403e9f6efceb88b3eff44.tar.bz2
rails-5d7b70f4336d42eabfc403e9f6efceb88b3eff44.zip
Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to default headers set.
Diffstat (limited to 'actionpack/test/controller/metal_test.rb')
-rw-r--r--actionpack/test/controller/metal_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/metal_test.rb b/actionpack/test/controller/metal_test.rb
index c235c9df86..c3ebcb22b8 100644
--- a/actionpack/test/controller/metal_test.rb
+++ b/actionpack/test/controller/metal_test.rb
@@ -9,7 +9,7 @@ class MetalControllerInstanceTests < ActiveSupport::TestCase
end
end
- def test_response_has_default_headers
+ def test_response_does_not_have_default_headers
original_default_headers = ActionDispatch::Response.default_headers
ActionDispatch::Response.default_headers = {