Needs work
Project:
Drupal core
Version:
main
Component:
image system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Jun 2019 at 08:11 UTC
Updated:
4 Dec 2023 at 11:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bibliophileaxeAdding a patch for config and ignoring check on whitelisted image styles.
Comment #3
nikunjkotechaPlease add config default value, config schema (with description about purpose) and a test (if there is one available for existing stuff)
Comment #4
bibliophileaxeAdding a patch against 8.6.x
Comment #5
bibliophileaxeChanging type in schema.
Comment #6
bibliophileaxeUpdating the schema.yml file.
Comment #7
bibliophileaxeFixing a few bugs.
Comment #8
bibliophileaxeCorrecting $config->get
Comment #9
bibliophileaxeComment #10
nikunjkotechaComment #12
piyuesh23 commentedPorted this patch to be usable with Drupal 8.7 release.
Comment #13
bibliophileaxeChanged the condition for image derivatives.
Comment #14
bibliophileaxeCorrect condition for image derivative.
Comment #15
joshi.rohit100Patch in #14 is not applying, so re-rolled the patch from #14
Comment #16
johncionci commentedI have added this patch but can you direct me to where I would go to configure these settings?
Comment #17
nikunjkotecha@johncionci there is no interface it (at-least in the patch), you will need to do it using drush
For instance:
drush cset image.settings allowed_insecure_styles.0 "thumbnail"Comment #19
bibliophileaxeComment #21
sanket1007 commentedComment #25
supreetam09 commentedReroll for D9.5.x
Marking NW since needs tests.
Comment #27
supreetam09 commentedThe previous 9.5.x patch is not applicable anymore after Drupal 9.5.8 release as ImageStyleDownloadController.php has been changed in this release. Adding new patch for 9.5.8+
Comment #29
shubhangi1995Patch as per 10.1.6