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