Blocking Firefox might not be worth it, but they will not be the only party exploiting this. And that part is certainly problematic
SET FOREIGN_KEY_CHECKS = 0;
INSERT INTO ...
SET FOREIGN_KEY_CHECKS = 1;
Now you might have data in your database that's actually incorrect.