• Resolved ntodo

    (@ntodo)


    Hi,

    The hidden field is sometimes accessible by some SPAM BOT, it could be moved out of the page using the translate Y.

    Thank you.

    • This topic was modified 1 year, 10 months ago by ntodo.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi, I am not sure what you mean with ‘accessible’.

    The point of these spamfilters is that they require JavaScript, thus a real browser. If there is no JavaScript being run, the filters will not validate.

    Thread Starter ntodo

    (@ntodo)

    What I mean is that the BOT is able to spot that a field is in display:none; and that another alternative would be to put it in transform: translateY(10000px); so it has no access to it.

    Some BOTs are able to reproduce this manipulation from a real browser, and therefore to reproduce JavaScript. Thanks.

    • This reply was modified 1 year, 10 months ago by ntodo.
    Plugin Author Marcel Pol

    (@mpol)

    Thank you, this is now in 2.4.5

    Hi,

    The wp-login UI seems to be impacted by this rule. I suggest adding this:

    #loginform .la-sentinelle-container {
        max-height: 0;
    }
    Plugin Author Marcel Pol

    (@mpol)

    Thank you, that is now in 2.4.6 ??
    It is not easy to be a brogrammer ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible Improvement’ is closed to new replies.