Why do you collect so many data from our sites?
-
Hello, I am a Rank Math SEO user since the first day. I was checking the code of the plugin (as I do almost in every plugin I use in all my websites) and I found the file https://plugins.trac.www.ads-software.com/browser/seo-by-rank-math/trunk/includes/class-tracking.php
As I can see in the file, you collect to your servers the following data:
$data = $this->do_filter( 'tracker_data', [ '@timestamp' => (int) date_i18n( 'Uv' ), 'name' => get_option( 'blogname' ), 'url' => home_url(), 'admin_url' => admin_url(), 'admin_email' => get_option( 'admin_email' ), ]);
$server['software'] = Param::server( 'SERVER_SOFTWARE' );
$server['php_version'] = phpversion();
$server['php_post_max_size'] = size_format( Str::let_to_num( ini_get( 'post_max_size' ) ) ); $server['php_time_limt'] = ini_get( 'max_execution_time' ); $server['php_max_input_vars'] = ini_get( 'max_input_vars' ); $server['php_suhosin'] = extension_loaded( 'suhosin' ) ? 'Yes' : 'No';
$server['ip'] = $ipaddress; $server['hostname'] = gethostbyaddr( $ipaddress );
$server['curl_version'] = $this->get_curl_info();
$server['php_extensions'] = [ 'imagick' => extension_loaded( 'imagick' ), 'filter' => extension_loaded( 'filter' ), 'bcmath' => extension_loaded( 'bcmath' ), 'modXml' => extension_loaded( 'modXml' ), 'pcre' => extension_loaded( 'pcre' ), 'xml' => extension_loaded( 'xml' ), ];
$data['wordpress'] = [ 'version' => $wp_version, 'multisite' => is_multisite() ? 'Yes' : 'No', 'locale' => get_locale(), 'memory_limit' => size_format( $memory ), 'debug_mode' => ( defined( 'WP_DEBUG' ) && WP_DEBUG ) ? 'Yes' : 'No', ];
$theme_data = [ 'name' => $theme->get( 'Name' ), 'url' => $theme->get( 'ThemeURI' ), 'version' => $theme->get( 'Version' ), 'parent_theme' => is_child_theme() ? $theme->get( 'Template' ) : null, 'wc_support' => current_theme_supports( 'woocommerce' ) ? 'Yes' : 'No', ];
Collect active plugins data.
Get curl version and SSL support.
As a European citizen and developer that provide services to European citizens, I need to include in my term of services details about all the information that get out of my own server. And not only what kind of data but also the reason of it. Can you please explain here or in my email why you fetch all the above data and where exactly you use them?
Kind Regards,
Tasos
- The topic ‘Why do you collect so many data from our sites?’ is closed to new replies.