Make WordPress Core


Ignore:
Timestamp:
05/16/2023 03:36:46 PM (17 months ago)
Author:
SergeyBiryukov
Message:

Grouped backports to the 4.4 branch.

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

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

File:
1 edited

Legend:

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

    r36152 r55779  
    32793279        'captions'  => ! apply_filters( 'disable_captions', '' ),
    32803280        'nonce'     => array(
    3281             'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ),
     3281            'sendToEditor'           => wp_create_nonce( 'media-send-to-editor' ),
     3282            'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ),
    32823283        ),
    32833284        'post'    => array(
Note: See TracChangeset for help on using the changeset viewer.