HI:
I have a question regarding the error message “Disallowed Key Characters” that can pop up in place of a template when viewing it. I just ran into such a problem- the template page contained a regular form with a frontend JavaScript that stores some of the field values to persist them (so users don’t have to fill it out again). Now, from what I understand the “Disallowed Key Characters” error is triggered by a security check in EE when it detects suspicious cookies being set. That’s all good, but I’m very concerned due to the following reasons:
1) The error potentially can be triggered by something very innocent by me, the admin, while editing a template that contains a script that stores/accesses cookies.
2) The result is an error that basically never goes away unless the affected user explicitly tries to fix it (clear all browser cookies?) For example, I’ve been stuck viewing the “Disallowed Key Characters” error for several days now in both IE and Firefox, because I used both browsers to view the broken template. If 100 people happened to have stumbled upon the template before it was “fixed” by me, 100 people will now forever be condemned with seeing this error message. And of course most of these people would simply assume the site is down and move on, instead of try to clear their cookies. I This is very scary to me, the fact that certain pages within a EE site can become inaccessible to certain people and remain totally undetected by me, the admin.
I guess what I’m asking is, is there any way to disable this security feature, or at least have it toned down somehow?