Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #64771, comment 50


Ignore:
Timestamp:
04/08/2026 03:49:04 PM (4 months ago)
Author:
apeatling

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64771, comment 50

    v1 v2  
    55A full revert (option 1) would be a real setback given how much of the block editor's recent direction this unlocks.
    66
    7 For what it's worth, the data-URI / base64 approach from @dmsnell and @sirreal looks like the right long-term answer to me. It keeps KSES doing its one job and moves the encoding responsibility to the system that owns the data. Happy to help test whatever lands.
     7For what it's worth, the data-URI / base64 approach from @dmsnell and @sirreal looks like the right long-term answer to me. It keeps KSES doing its one job and moves the encoding responsibility to the system that owns the data.
    88
    99Short term 3 looks okay, assuming there is a notice, but it's a killer for the user experience on managed hosts that strip this capability from all roles.
     10
     11Happy to help test whatever lands.