diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-03 14:35:39 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-03 14:35:39 +0100 |
commit | 08430db20111c7e853cad6c1710ebc3dc4150375 (patch) | |
tree | f32817cf3f27c4ddc2c6325c276f069674c7e0c3 /app/controllers/track_controller.rb | |
parent | 98addf135eccf6726adc7eeae818fd62e8acf3d7 (diff) |
Revert "Don't set cookies in feed filters"
This reverts commit 98addf135eccf6726adc7eeae818fd62e8acf3d7.
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r-- | app/controllers/track_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index c1186172f..863477c0a 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -8,9 +8,6 @@ # $Id: track_controller.rb,v 1.31 2009-09-02 14:18:26 francis Exp $ class TrackController < ApplicationController - # Don't do authentication checks, so we don't set cookie headers for feeds - # (so they can be cached by a reverse proxy) - skip_before_filter :session_remember_me, :authentication_check # Track all updates to a particular request def track_request |