Pattern: Use of $_SERVER['REMOTE_ADDR']
Issue: -
Make sure that ip_address()
or Drupal::request()->getClientIp()
is used instead of
$_SERVER['REMOTE_ADDR']
.
Pattern: Use of $_SERVER['REMOTE_ADDR']
Issue: -
Make sure that ip_address()
or Drupal::request()->getClientIp()
is used instead of
$_SERVER['REMOTE_ADDR']
.