Tiled Gallery Block: Images don't follow the "jetpack_photon_skip_image" filter #42961
Labels
[Experiment] AI labels added
[Feature] Photon
aka "Image CDN". Feature developed in the Image CDN package and shipped in multiple plugins
[Feature] Tiled Gallery
A different way to display image galleries on your site, in different organizations and shapes.
[Plugin] Jetpack
Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/
[Pri] Low
[Status] Auto-allocated
Triaged
[Type] Enhancement
Changes to an existing feature — removing, adding, or changing parts of it
Impacted plugin
Jetpack
Quick summary
The Tiled Gallery Block always uses Proton CDN images, and there is no way to disable this. While the
jetpack_photon_skip_image
filter can be used to disable Photon for individual images, it is not applied in the Tiled Gallery Block.This causes issues for individual images that need to be served directly from the site, for example, protected images.
Steps to reproduce
add_filter( 'jetpack_photon_skip_image', '__return_true' );
(easier for testing, in a real case scenario we won't skip all images).Site owner impact
Fewer than 20% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No response
If a workaround is available, please outline it here.
No response
Platform (Simple and/or Atomic)
No response
The text was updated successfully, but these errors were encountered: