Make WordPress Core


Ignore:
Timestamp:
05/16/2023 03:39:32 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Grouped backports to the 4.5 branch.

  • Media: Prevent CSRF setting attachment thumbnails.
  • Embeds: Add protocol validation for WordPress Embed code.

Merges [55763] and [55764] to the 4.5 branch.
Props dd32, isabel_brison, martinkrcho, matveb, ocean90, paulkevan, peterwilsoncc, timothyblynjacobs, xknown, youknowriad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.5/src/wp-includes/media.php

    r37034 r55780  
    32873287        'captions'  => ! apply_filters( 'disable_captions', '' ),
    32883288        'nonce'     => array(
    3289             'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ),
     3289            'sendToEditor'           => wp_create_nonce( 'media-send-to-editor' ),
     3290            'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ),
    32903291        ),
    32913292        'post'    => array(
Note: See TracChangeset for help on using the changeset viewer.