Source: show | on GitHub
# File actionpack/lib/action_dispatch/http/filter_redirect.rb, line 7 def filtered_location if !location_filter.empty? && location_filter_match? FILTERED else location end end