I've built a PHP registration system, that I've been using for a number of years.
Recently, someone was trying to register and their billing address contained the word "Northwind". This gets flagged by ModSecurity in CPanel and rejected immediately.
In the past I've addressed ModSecurity issues by encoding and decoding my larger textareas, however, it seems like a pain to do this for every field.
Does anyone have any suggestions for these outlier cases that get flagged by ModSecurity? Short of just disabling ModSecurity, which I'm not going to do.