IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 114 | 114 | '#https?://www\.someecards\.com/.+-cards/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ), |
| 115 | 115 | '#https?://www\.someecards\.com/usercards/viewcard/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ), |
| 116 | 116 | '#https?://some\.ly\/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ), |
| | 117 | '#https?://giphy\.com/gifs/.+#i' => array( 'https://giphy.com/services/oembed', true ), |
| | 118 | '#https?://gph\.is/.+#i' => array( 'https://giphy.com/services/oembed', true ), |
| | 119 | '#https?://media\.giphy\.com/media/.*/giphy\.gif.*#i' => array( 'https://giphy.com/services/oembed', true ), |
| 117 | 120 | ); |
| 118 | 121 | |
| 119 | 122 | if ( ! empty( self::$early_providers['add'] ) ) { |