Index: src/wp-includes/class-oembed.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/wp-includes/class-oembed.php	(revision 44690)
+++ src/wp-includes/class-oembed.php	(date 1548193845000)
@@ -114,6 +114,9 @@
 			'#https?://www\.someecards\.com/.+-cards/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ),
 			'#https?://www\.someecards\.com/usercards/viewcard/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ),
 			'#https?://some\.ly\/.+#i'                     => array( 'https://www.someecards.com/v2/oembed/', true ),
+			'#https?://giphy\.com/gifs/.+#i'                => array( 'https://giphy.com/services/oembed', true ),
+			'#https?://gph\.is/.+#i'                        => array( 'https://giphy.com/services/oembed', true ),
+			'#https?://media\.giphy\.com/media/.*/giphy\.gif.*#i' => array( 'https://giphy.com/services/oembed', true ),
 		);
 
 		if ( ! empty( self::$early_providers['add'] ) ) {
