]> gitweb.michael.orlitzky.com - charm-bypass.git/commit
index.html.in: work around busted form validation in mobile Firefox
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 4 Nov 2023 00:32:02 +0000 (20:32 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 4 Nov 2023 00:32:02 +0000 (20:32 -0400)
commit44857b4068cc8e7e02075e88126ebe82ed6ba0b3
tree8823ae25a4724406ee00d841340db62cf8b14ff1
parente91ace5fa7b87a1b58cdff61f419c229856d2840
index.html.in: work around busted form validation in mobile Firefox

Shit's broke yo:

  https://bugzilla.mozilla.org/show_bug.cgi?id=1510450

So now when the user-agent contains both "firefox" and "mobile", we
display our own errors and disable the submit button.
index.html.in