I started getting exception notifications recently from the server just about the time I upgraded to Rails 3.2. I don't know if that is a coincidence or not. Evidently some robot is hitting my site with:
mydomain.com?iframe=true&width=100%&height=100%
and that is throwing an exception.
I have two questions:
1) First, just out of curiosity, who puts "iframe=true&width=100%&height=100%" on their requests, and why?
2) Second, obviously I don't want a 500 error. How can I filter out the parameters before it crashes?
Thanks!