You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the last input in request is url (Always $result is true),
The code bellow, also not checks urls because always method checkContent get "true", method checkContent should check items from matched items from the third parameter of preg_match function
if (!$result = preg_match($pattern, $this->applyExceptions($value))) {
continue;
}
if (!$this->checkContent($result)) {
continue;
}
"preg_match() returns 1 if the pattern matches given subject, 0 if it does not, or false on failure."
The text was updated successfully, but these errors were encountered:
Hello, I found two bugs in "Rfi Middleware":
"preg_match() returns 1 if the pattern matches given subject, 0 if it does not, or false on failure."
The text was updated successfully, but these errors were encountered: