From a6d27999722ecc2148eaa5130e1d6a25c840c57c Mon Sep 17 00:00:00 2001 From: priyankamarabill Date: Tue, 22 Oct 2024 16:53:37 +0530 Subject: [PATCH] [release] 2.0.35 --- test/test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.rb b/test/test.rb index bcb773cd..dcd24d51 100644 --- a/test/test.rb +++ b/test/test.rb @@ -23,7 +23,6 @@ def test_ifsc_response assert last_response.ok? assert h['Access-Control-Allow-Origin'] == '*' assert h['Content-Type'] == 'application/json' - assert h['X-XSS-Protection'] == '1; mode=block' assert_equal data, JSON.parse(File.read 'test/HDFC0CAGSBK.json') end