IP, locale, Yoast version, browser info sent to external CDN
-
The current user IP address, his/her locale of WordPress, version of Yoast SEO and other browser information is sent to a third party server cdn.polyfill.io when visiting the WordPress dashboard page.
This affects all user roles, including subscribers.
Reason is this code:
YoastSEO 7.1, admin/class-admin-asset-manager.php:85
public function register_assets() {
$user_locale = WPSEO_Utils::get_user_locale();
$language = WPSEO_Utils::get_language( $user_locale );
wp_register_script(
self::PREFIX . ‘intl-polyfill’,
sprintf( ‘https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.%s’, $language ),
array(),
WPSEO_VERSION
);This might be an issue for #gdpr-compliance.
- The topic ‘IP, locale, Yoast version, browser info sent to external CDN’ is closed to new replies.