We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1926b7 commit 1c9e848Copy full SHA for 1c9e848
lib/secure_headers/railtie.rb
@@ -9,7 +9,7 @@ class Railtie < Rails::Engine
9
include ::SecureHeaders
10
11
conflicting_headers.each do |header|
12
- Rails.application.config.action_dispatch.default_headers.delete[header]
+ Rails.application.config.action_dispatch.default_headers.delete(header)
13
end
14
15
0 commit comments