diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-09 17:59:45 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 11:09:32 +1100 |
commit | 2d5c2b34222c3162348bce664d28360845abe20e (patch) | |
tree | 21c8ae05a5d445dd0197e8835d5c31fc882b1d60 /app/controllers/application_controller.rb | |
parent | ec168b279a5a358d7a96de85b3ac77f72ee672f8 (diff) |
This is deprecated and now set in application.rb
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r-- | app/controllers/application_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 320d0cc50..79fde5a7f 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -27,9 +27,6 @@ class ApplicationController < ActionController::Base before_filter :set_vary_header before_filter :set_popup_banner - # scrub sensitive parameters from the logs - filter_parameter_logging :password - def set_vary_header response.headers['Vary'] = 'Cookie' end |