# File formvalidator.rb, line 437
    def untaint_constraint_fields
      @profile[:untaint_constraint_fields].to_a.each do |field|
        @untaint_fields.push(field)
      end
    end