# File formvalidator.rb, line 423
    def untaint_all_constraints
      if @profile[:untaint_all_constraints]
        @untaint_all = true unless @profile[:untaint_constraint_fields]
      end
    end