# File lib/action_dispatch/http/parameter_filter.rb, line 9
      def filter(params)
        if enabled?
          compiled_filter.call(params)
        else
          params.dup
        end
      end