Make WordPress Core


Ignore:
Timestamp:
05/16/2023 03:40:27 PM (16 months ago)
Author:
audrasjb
Message:

Grouped backports to the 5.6 branch.

  • Media: Prevent CSRF setting attachment thumbnails.
  • Embeds: Add protocol validation for WordPress Embed code.
  • I18N: Introduce sanitization function for locale.
  • Editor: Ensure block comments are of a valid form.

Merges [55760-55764] to the 5.6 branch.
Props dd32, isabel_brison, martinkrcho, matveb, ocean90, paulkevan, peterwilsoncc, timothyblynjacobs, xknown, youknowriad.

File:
1 edited

Legend:

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

    r49995 r55781  
    42174217        'captions'         => ! apply_filters( 'disable_captions', '' ),
    42184218        'nonce'            => array(
    4219             'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ),
     4219            'sendToEditor'           => wp_create_nonce( 'media-send-to-editor' ),
     4220            'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ),
    42204221        ),
    42214222        'post'             => array(
Note: See TracChangeset for help on using the changeset viewer.