I found Admin Tools false positive blocking requests containing field with value "/" (without quotes, just slash). The request is blocked by DFIShield, as in it is called "file_exists" function on every value, which for slash returns true on linux. Users sometime use just slash to indicate empty field (however don't ask me why:)).
Is there some way how to bypass this check for this special value? I tried replacing file_exists with is_file in DFIShield, and it works, howeever not sure with security consequences.
Thanks, Pavel