Make WordPress Core

Changeset 54465


Ignore:
Timestamp:
10/10/2022 11:09:53 PM (2 years ago)
Author:
peterwilsoncc
Message:

Embeds: Revert Google Data Studio as trusted provider.

Remove Google Data Studio's status as a trusted oEmbed provider pending upstream implementation of the oEmbed specification.

See #55771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-oembed.php

    r54393 r54465  
    108108            '#https?://(www\.)?wolframcloud\.com/obj/.+#i' => array( 'https://www.wolframcloud.com/oembed', true ),
    109109            '#https?://pca\.st/.+#i'                       => array( 'https://pca.st/oembed.json', true ),
    110             '#https?://datastudio\.google\.com/c/u/0/reporting/.+#i' => array( 'https://datastudio.google.com/oembed', true ),
    111110        );
    112111
     
    187186         * | WolframCloud | wolframcloud.com                          | 5.9.0   |
    188187         * | Pocket Casts | pocketcasts.com                           | 6.1.0   |
    189          * | Data Studio  | datastudio.google.com                     | 6.1.0   |
    190188         *
    191189         * No longer supported providers:
Note: See TracChangeset for help on using the changeset viewer.