Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'this.getTemp' is not blocked #4

Open
ebaschiera opened this issue Aug 27, 2024 · 1 comment
Open

'this.getTemp' is not blocked #4

ebaschiera opened this issue Aug 27, 2024 · 1 comment

Comments

@ebaschiera
Copy link

ebaschiera commented Aug 27, 2024

Hi,
the sample string 'this.getTemp' can never match, because of strtolower() of the flattened array.
There are two ways to fix that:

  1. change the sample string to 'this.gettemp' (lowercase)
  2. or use stripos() instead of strpos() to search for the strings
  3. or remove the strtolower()

Thank you!

@briangmoore77
Copy link

this.getTemp is being blocked on my site by this module. wonder why its not working for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants