Changeset 59883
- Timestamp:
- 02/27/2025 10:42:14 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r59598 r59883 56 56 '#https?://((m|www)\.)?youtube\.com/shorts/*#i' => array( 'https://www.youtube.com/oembed', true ), 57 57 '#https?://((m|www)\.)?youtube\.com/live/*#i' => array( 'https://www.youtube.com/oembed', true ), 58 '#https?://((m|www)\.)?youtube-nocookie\.com/embed/.*#i' => array( 'https://www.youtube.com/oembed', true ), 58 59 '#https?://youtu\.be/.*#i' => array( 'https://www.youtube.com/oembed', true ), 59 60 '#https?://(.+\.)?vimeo\.com/.*#i' => array( 'https://vimeo.com/api/oembed.{format}', true ), … … 193 194 * | Bluesky | bsky.app | 6.6.0 | 194 195 * | Canva | canva.com | 6.8.0 | 196 * | YouTube | youtube-nocookie.com | 6.8.0 | 195 197 * 196 198 * No longer supported providers:
Note: See TracChangeset
for help on using the changeset viewer.