-
I had an open ticket about this that RankMath closed without a resolution.
I still have an error from Defender Pro that says, “The function extract line 692 column 13 execute using unsanitize user inputs”
687 public function getUrlProto()
688 {
689 $proto = ”;
690
691 if (!empty($_SERVER[‘HTTP_FORWARDED’])) {
692 extract($this->parseForwardedString($_SERVER[‘HTTP_FORWARDED’]));
693 }There is another for line 717.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
You must be logged in to reply to this ticket.