diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php
index 022882f3a2cfddfde5e0c94cd2724e47aef09393..8b67ca2fbd70fbac81a8e6f14a8179e6e7737847 100644
--- a/wp-includes/class-wp-editor.php
+++ b/wp-includes/class-wp-editor.php
@@ -473,7 +473,7 @@ final class _WP_Editors {
 					'entities' => '38,amp,60,lt,62,gt',
 					'entity_encoding' => 'raw',
 					'keep_styles' => false,
-					'paste_webkit_styles' => 'font-weight font-style color',
+					'paste_webkit_styles' => 'none',
 
 					// Limit the preview styles in the menu/toolbar
 					'preview_styles' => 'font-family font-size font-weight font-style text-decoration text-transform',
