We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c786982 commit 8d00267Copy full SHA for 8d00267
src/Proxy.php
@@ -170,6 +170,8 @@ private function get_user_ip_address() {
170
171
foreach ( self::PROXY_IP_HEADERS as $header ) {
172
if ( $this->header_exists( $header ) ) {
173
+ Debug::log( __( 'IP Header found: ', 'plausible-analytics' ), $header );
174
+
175
$ip = wp_kses( $_SERVER[ $header ], 'strip' );
176
177
if ( str_contains( $ip, ',' ) ) {
0 commit comments