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