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