Quote:
Originally Posted by psili
I did the google for: firefox mod_security
which returned some stuff with FF3 in the results, but I didn't go beyond that.
It might just be a server tweak. It's not uncommon that some browsers send different information when a request is made which could fuck stuff up. Example: accounting for IE turning image/jpeg into image/pjpeg. Fun times.
|
yeah.. can't find a "proper" fix but just disabled the content type check for my specific scripts and it's working... "apparently" it has something to do with FF adding a charset onto the end of the application/.... for POSTs and that gets filtered out by mod_security.. changing the regexp to take it into account would probably be the cleanest solution but I just want to get this damn thing working again for now.