Partly identical addresses may not be caught
-
I found that addresses are not properly obfuscated and resolved when a partly identical, but shorter address is found first.
To give two examples, the addresses
[email protected]
and[email protected]
result in two links to[email protected]
and the addresses[email protected]
and[email protected]
both are displayed as[email protected]
.As such cases are rare it might be enough to sort (
usort
) the expressions by length in the main/secondary function.https://www.ads-software.com/plugins/pixelines-email-protector/
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Partly identical addresses may not be caught’ is closed to new replies.