Hi @wptime,
I checked my page source on my login screen, and while the equation is visible, the solution for the input field is not.
Also, it looks like the equation is being cloaked somehow. In the page source, the equation appears as html characters which do not translate to the same numbers which are visible on the front-end of the page.
For example, my page source displayed (minus all the html):
INPUT × 1 = 9
(The x
and the 9
appeared as html characters and not numbers, but I can’t show that here…)
But on the login front-end I saw:
80 / 8 = INPUT
I tested this a few times and the behaviour was always the same. That means that solving the equation based on the page source results in an incorrect answer.
So, it looks like we’re indeed safe with this plugin! ??