# File formvalidator.rb, line 533
    def untaint?(key)
      @untaint_all || @untaint_fields.include?(key)
    end